Is this encryption possible with NodeJS

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).

Does anyone know if this is possible using NodeJS without having to do anything custom?

Community Page
Last updated: