Instructions from my payment portal are
The string must be encrypted using AES (block size 128-bit) in CBC mode with PKCS#5 padding. Use the provided password as both the key and initialisation vector and encode the result in hex (making sure the letters are in upper case).
- Prepend the ‘@’ sign to the beginning of the encoded result.
- To decrypt, ensure you remove the ‘@’ sign before using the same procedure in decryption mode
Does anyone know if this is possible using NodeJS without having to do anything custom?
Community Page
Last updated:
Last updated: