Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: ssl

05 Oct

Generate Password

Command to generate a random password…


openssl rand -base64 6
admin Posted in Command Line bash, command, password, rand, random, ssl Leave a comment
04 Sep

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 normalfile.txt
admin Posted in Command Line, Linux command, decrypt, encrypt, encryption, Linux, openssl, ssl Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑