DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Crypt/decrypt
openssl des3 -salt -in infile.txt -out encryptedfile.txt openssl des3 -d -salt -in encryptedfile.txt -out normalfile.txt





