DEV Community

Discussion on: 4 ways of Symmetric Cryptography in JavaScript / How to AES with JavaScript

Collapse
 
martinweihrauch profile image
martinweihrauch

This is an excellent article, thank you for your meticulous work! In fact, implementing encryption is a piece of cake in C# thanks to clear typing of variables/objects, but can become a nightmare in JS (e. g. what is a "WORD" representation in CryptoJs).

For anyone interested encrypting between C# and JS, I solved the issue with this open source, MIT-licensed library:
github.com/smartinmedia/Net-Core-J...