AbdelbakiBoukerche / rsa_encrypt

rsa encrypt package
MIT License
17 stars 16 forks source link

Use Flutter RSA with NodeJs #3

Closed rupamking1 closed 4 years ago

rupamking1 commented 4 years ago

Use Flutter RSA with NodeJs I want to encrypt message in Flutter and Decrypt in Nodejs, I already tryed 5-7 Nodejs Packages but I got error. Please help me.

AbdelbakiBoukerche commented 4 years ago

Hello, Thanks for showing interest in rsa_encrypt. For now there's no way u can decrypt strings encrypted with rsa_encrypt outside flutter application. I made rsa_encrypt for a personal project where I needed to encrypt data send it to server get the data(encrypted) and decrypt it before showing to the use. This is how rsa_encrypt and this is what its made to do thus its impossible to decrypt any data outside the flutter app. This is the 2nd issue regarding this problem and unfortunately I stopped rsa_encrypt development. But I might add a way to encrypt data with it and decrypt it outside the app.

Happy coding.

Le mer. 2 sept. 2020 13:34, rupamking1 notifications@github.com a écrit :

Use Flutter RSA with NodeJs I want to encrypt message in Flutter and Decrypt in Nodejs, I already tryed 5-7 Nodejs Packages but I got error. Please help me.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AbdelbakiBoukerche/rsa_encrypt/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALB4GWI7PQTCA37XTXOSP5DSDY3ULANCNFSM4QS6QFOA .

rupamking1 commented 4 years ago

Please make a NPM package for Flutter RSA comparable, that will very helpful for us.