how to encrypt and decrypt a string/text
Encrypt
openssl aes-256-ecb -in encrypt.txt -e > output.txtDecrypt
openssl aes-256-ecb -in test-output -dOnline with:
Last updated
openssl aes-256-ecb -in encrypt.txt -e > output.txtopenssl aes-256-ecb -in test-output -dOnline with:
Last updated