travist / jsencrypt

A zero-dependency Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.
http://www.travistidwell.com/jsencrypt
Other
6.65k stars 2.01k forks source link

Are there any active maintainers? The bugs are not getting any feedback anymore #284

Closed c-plus-plus-equals-c-plus-one closed 1 year ago

c-plus-plus-equals-c-plus-one commented 1 year ago

There's a breaking bug in the last version of jsencrypt. It no longer works with React and VueJS. I guess it doesn't work with NPM (at lieast ES6 imports) anymore. #273

NishargShah commented 1 year ago

This is a temporary solution but worth it.

npm uninstall jsencrypt
npm install jsencrypt@3.0.0-rc.1
jiekechens commented 1 year ago

thanks bro

travist commented 1 year ago

I just pushed out 3.3.2 with resolution of the breaking issues.