jsencrypt
jsencrypt copied to clipboard
Decrypt on Server Side
Hello, Would like to ask if it is possible to encrypt on the client side using cryptico and decrypt on the server side (like using C#).
Thanks
we use c# to decrypt data from our js client that uses jsencrypt.
Thanks for the reply, is it possible i get a snippet for Assymmetric Encryption.
Thanks
Here is a stack overflow post that should point you in the right direction:
https://stackoverflow.com/questions/35787504/how-to-decrypt-rsa-content-in-net
We use pycryptodome for python servers!
Can I use openssl directly to decrypt data encrypted with javascript jsencrypt?
I tried:
openssl rsautl -decrypt -inkey <private_key> -in
-out
But it keeps giving me the "data greater than mod len" error. Decrypting in jsencrypt works fine.
@val-creare , I'm facing the same issue, have been trying to fix it for several days.
@travist , could you please help?