-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugfixSomething isn't workingSomething isn't workingcross-languageThis issue pertains to both Dart and another language.This issue pertains to both Dart and another language.
Description
Hi I am trying to replicate the same encryption/decryption that is done using Steel Crypt on NodeJs, the same data that is being encrypted on device needs to be decrypted on our server. But using the key to decrypt the data doesn't seem to work.
var aesEncrypter = AesCrypt(padding: PaddingAES.iso78164, key: secureKey);
var encrypted = aesEncrypter.gcm.encrypt(inp: data, iv: salt);
this is encryption standard I am using.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugfixSomething isn't workingSomething isn't workingcross-languageThis issue pertains to both Dart and another language.This issue pertains to both Dart and another language.