juhoen / hybrid-crypto-js

RSA+AES hybrid encryption implementation for JavaScript. Works with Node.js, React Native and modern browsers.

Home Page:https://github.com/juhoen/hybrid-crypto-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsaStandard isnt actually used

sirpy opened this issue · comments

commented

it is never passed to node-forge

This explains some of the problems we've been having generating keys.
We worked around it by using a different lib for keygen (react-native-rsa-native) but it would be great if this could be fixed so we could use the lib as it is intended.
Any thoughts on this @juhoen ? Thanks.

Good notice, I'll take a look at this next week!

Version 0.2.3 is now out. Added possibility to tweak both RSA and AES standards.