leocavalcante / encrypt

🔒 A set of high-level APIs over PointyCastle for two-way cryptography.
BSD 3-Clause "New" or "Revised" License
348 stars 141 forks source link

[Question] Have any way to decrypt from javascript with flutter encrypt? #281

Open mminhlequang opened 2 years ago

mminhlequang commented 2 years ago

I have this from flutter: Encrypter(AES(Key.fromBase64(key))).encrypt(input, iv: _iv).base64

Now I want to decrypt that from javascript, could you give some docs about this? Many thanks!

anywheresa commented 1 year ago

+1, how do you decrypt a stored AES base64 encrypted password?

dwievermos commented 6 months ago

Still waiting on this, i think this is taking too long