This video shows how to encrypt files with OpenSSL in Debian Linux. First we check if open SSL is installed on the system. If not, install it using packet manager. Next create the file going to be encrypted. Now encrypt the file. In this case AES algorithm in ypher block chaining mode is used. AES is US-government standard and can be considered secure. Now we are prompted for a password. In order for the encryption to be secure, we need to choose a strong password. Now we can delete the original file. In this encrypted file we can see it is Base64 encoded so we can paste it to an email or something. Now we decrypt the file by simply adding the -d flag. The output is send to the console but we could easily pipe it to another file.
Home
Operating Systems How to Encrypt files with OpenSSL in Debian Linux

By getexcellent
Apr 20, 2010 01:39 PM
You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.
Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.
Comments
Be the first, drop a comment!