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.9k Golang : Convert(cast) int to int64
+9.9k Golang : Compare files modify date example
+4.1k Javascript : How to show different content with noscript?
+6k Golang & Javascript : How to save cropped image to file on server
+6.4k Golang : Warp text string by number of characters or runes example
+7.6k Golang : Regular Expression find string example
+6.6k Golang : Calculate pivot points for a cross
+5.2k How to check with curl if my website or the asset is gzipped ?
+8.8k Golang : Get curl -I or head data from URL example
+16.8k Golang : Covert map/slice/array to JSON or XML format
+6.3k Golang : Combine slices of complex numbers and operation example
+40.7k Golang : How to count duplicate items in slice/array?