Set password on text file, video, document, anything that you want to set

0


Have you ever want to password protect your txt file or video file?  So i will show you how to do so
1- Create one folder on desktop called "ccrypt"
2- Download "cygwin1.dll" Download
3-Download ""ccrypt.exe" Download
then copy the two file to the "ccrypt" folder on desktop
4- Now i create a file called ms.txt in ccrypt folder
5- Start --> run --> cmd 
(1)- change to ccrypt folder on desktop
     (2)- encrypt thems.txt file, we use -e to encrypt
     (3)- it will prompt you to enter password, you have to remember it when you decrypt it. 
     then our file, ms.txt will change to ms.txt.cpt and the content also change 
5- To decrypt the file to make it readable we use, -d.
    When it prompt you to type the password, type the password that you use to encrypt. 
    now everything back to normal both file name and content.

Finish....