docs:cryptography:openssl

This is an old revision of the document!


openssl

# encrypt a file named testfile.txt
openssl enc -a -kfile /cygdrive/c/apache2.2.16/conf/ssl/bill.local.cert -in testfile.txt -out testfile-ssl.txt

# decrypt the file back to the original
openssl enc -d -a -kfile /cygdrive/c/apache2.2.16/conf/ssl/bill.local.key -in testfile-ssl.txt
  • docs/cryptography/openssl.1291915399.txt.gz
  • Last modified: 2010/12/09 10:23
  • by billh