LunaticThinker.me

Thoughts on code and poetry.

Welcome to LunaticThinker.me - thoughts on code and poetry.

Cross Programming Language Encryption – NodeJs vs Go, Part 3

GitHub stars GitHub followers
See a demo at Github


Previous parts of this article treated encryption from the point of view of C# and GoLang programming languages.

What I did not mention, was the full architecture of our application, which I should probably not and which eventually would also imply a module that will also need to send encrypted content from a NodeJs module, towards our Go Lang module.

Cross Programming Language Encryption – CSharp vs Go, Part 2

GitHub stars GitHub followers
See a demo at Github


The first part of this article{.aioseop-link}, discussed Encryption coding at C# level. It introduced you in the world of AES{.aioseop-link} and RSA{.aioseop-link} encryption algorithms. But the role of this story is not only to introduce you to some encryption algorithms but also show you how to code them under some programming languages.

0%