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 -dLast updated
openssl aes-256-ecb -in encrypt.txt -e > output.txtopenssl aes-256-ecb -in test-output -dLast updated