| |
OpenSSL 0.9.7c Download 
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, fully featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) as well as a full-strength general-purpose cryptography library.
Examples:
openssl version
openssl md5 c:\autoexec.bat
openssl enc -bf -e -k BANANAMONSTER -in autoexec.bat -out autoexec.bat.bf
openssl enc -bf -d -k BANANAMONSTER -in autoexec.bat.bf -out autoexec.bat
|
|