You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im attempting to use this library within an electron app. I have currently implemented https://github.com/chesstrian/JSCryptor, however the requirement for native dependencies isnt ideal, so Im looking to move to this library.
In order to integrate the library, Ive downloaded the src for v0.0.2, and added export default sjcl; to the end of sjcl.js, and import sjcl from './sjcl';, export default RNCryptor; to rncryptor.js
When attempting to encrypt a file, I am receiving.
sjcl.js [sm]:1 Uncaught NOT READY: generator isn't seeded
Any clue as to what might be wrong?
The text was updated successfully, but these errors were encountered:
Im attempting to use this library within an electron app. I have currently implemented https://github.com/chesstrian/JSCryptor, however the requirement for native dependencies isnt ideal, so Im looking to move to this library.
In order to integrate the library, Ive downloaded the src for v0.0.2, and added
export default sjcl;
to the end of sjcl.js, andimport sjcl from './sjcl';
,export default RNCryptor;
to rncryptor.jsWhen attempting to encrypt a file, I am receiving.
Any clue as to what might be wrong?
The text was updated successfully, but these errors were encountered: