Quantcast
Channel: txt » ssl
Browsing all 2 articles
Browse latest View live

Encrypt/Decrypt File using OpenSSL in Linux

Works on OS X, Linux, anywhere with OpenSSL installed: To encrypt a file: openssl des3 -salt -in infile.txt -out encryptedfile.txt To decrypt the file: openssl des3 -d -salt -in encryptedfile.txt -out...

View Article



Generate Password

Command to generate a random password… openssl rand -base64 6

View Article
Browsing all 2 articles
Browse latest View live




Latest Images