Tuesday 30 May 2017

Decrypt AES-256-ECB in node.js

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?



via J Del

No comments:

Post a Comment