This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: uyiDCKi5GOHd_2nnC2uEl5oAbzwkP9bNFT_OD1qku6g
Cover

How to Combine two Programming Languages: A Ruby and Golang Tutorial

Written by @bunt | Published on 2022/1/20

TL;DR
During past projects, I experienced difficulties when developing with a Ruby encryption pack. Specifically, the project in question was a payment gateway and integration project for an Asian bank. They set up security requirements, one of which was the encryption of requests using 3DES-ECB. In the process of searching, I did not find a suitable Ruby library that would help me to create such a query. Сrypto pack is included in the basic Go library, but here 3DES was only in CBC mode. Then I had to resort to a non-standard solution, combining both languages. 

[story continues]


Written by
@bunt
Senior Software Engineer at Gameon. Also developing efficient web applications, etc. I love Ruby, Golang, TypeScript

Topics and
tags
ruby|ruby-on-rails|golang|learn-to-code-ruby|learn-to-golang|security|programming|software-development
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: uyiDCKi5GOHd_2nnC2uEl5oAbzwkP9bNFT_OD1qku6g