node-cryptojs-aes
node-cryptojs-aes copied to clipboard
Standalone cryptographic library. A minimalist port of cryptojs javascript library to node.js, that supports AES symmetric key cryptography. Unlike node.js native crypto library, node-cryptojs-aes rem...
In your example where you use `app.get()` and `$.get()` to send a ciphertext+passphrase to the browser, anyone with the CryptoJS JavaScript library and JsonFormatter can intercept and decrypt the data....
I added Infinite Garble Extension (IGE) mode to AES and NoPadding in order to work with Telegram Messanger protocol: https://core.telegram.org/mtproto/description I found this change only in Webogram project: https://github.com/zhukov/webogram/blob/master/app/vendor/cryptoJS/crypto.js under...