encrypt
encrypt copied to clipboard
[Question] Have any way to decrypt from javascript with flutter encrypt?
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!
+1, how do you decrypt a stored AES base64 encrypted password?
Still waiting on this, i think this is taking too long