EncryptPad - Easy file editor with encryption
There are times when I need to write down some secret stuff such as my AWS access key or passwords in plain text file. The encrypted files and the encryption program size must be able to store together in USB stick for me to carry around. So, is there any program that allows me to achieve this?
Yup, just found out about EncryptPad, it is a file editor that comes equipped with some strong and yet simple to use encryption/decryption algorithm. You can use EncryptPad to type out just like a normal file editor and store the information into an encrypted file.
With EncryptPad, you can also encrypt existing file such as a binary file to scramble the data to prevent viewing by an unwanted person.
What I like most about EncryptPad is that it offers double protection, where in case I lost my USB stick with the password together, the encrypted file still cannot be opened without a key file by the unwanted person.
EncryptPad comes in executable binaries for Linux, Mac, and Windows. Download a copy at http://evpo.net/encryptpad/downloads.aspx
Preview image credits: Nirzar Pangarkar
See also : Protect your precious data with concrete USB drive
By Wilson Lee
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+12.2k Golang : List running EC2 instances and descriptions
+5.8k Unix/Linux : How to open tar.gz file ?
+30.3k Get client IP Address in Go
+5.2k PHP : Hide PHP version information from curl
+4.7k Which content-type(MIME type) to use for JSON data
+7.9k Golang : What fmt.Println() can do and println() cannot do
+6.1k Golang : How to write backslash in string?
+16.3k Golang : Convert slice to array
+10.5k RPM : error: db3 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
+5.1k Golang : PGX CopyFrom to insert rows into Postgres database
+8.8k Golang : HTTP Routing with Goji example
+10.1k Golang : How to get quoted string into another string?