This is the code I used to encrypt it in PHP:
openssl_encrypt('testing', 'AES-256-ECB', 'or5pfaM6J%0YeOS', 0);
How can I decode this in node.js?
No comments:
Post a Comment