AES Encrypt

Overview

Encrypt and decrypt sensitive text data using AES

Key Features & Functionality

Encryption and decryption using AES with option to format the output as hex or base64.

Anonymous
Parents
  • Hi,

    In my use case, I need to decrypt a value encrypted (AES) by an external system. Obviously we share the encryption key.

    When I run decrypttext function, I get this error: Error decrypting value: last block incomplete in decryption

    Could you give me any clue on whats going on? I have no idea about what to say external system responsibles to do different.

    Regards

Comment
  • Hi,

    In my use case, I need to decrypt a value encrypted (AES) by an external system. Obviously we share the encryption key.

    When I run decrypttext function, I get this error: Error decrypting value: last block incomplete in decryption

    Could you give me any clue on whats going on? I have no idea about what to say external system responsibles to do different.

    Regards

Children