Map cryptojs calls to jsrsasign for encryption and decryption #620
Unanswered
mariusheine
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
we have the below code for encrypting and decrypting data using cryptojs in our app. Because we are in a closed environment and therefor sometimes sometimes no verifiable ssl certificates we can't use cryptojs due to its limitation of only being available on secure connections.
Therefor we want to use jsrsasign as a replacement since we are already using it for signing and digest calculation.
But by now we have not been able to find a proper replacement of the cryptojs code.
passphrase
is a simple 64 bytes random string generated byjsrsasign.KJUR.crypto.Util.getRandomHexOfNbytes(64)
.Can someone pleae help use?
We are currently using version 10.5.1 of jsrsasign.
Beta Was this translation helpful? Give feedback.
All reactions