Skip to content

Trying to encryption/decryption data using NodeJs Fails #40

@arpitjacob

Description

@arpitjacob

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugfixSomething isn't workingcross-languageThis issue pertains to both Dart and another language.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions