qb40 / file-encrypt

Tool for encrypting and decrypting a file (to prevent it from being misused by someone else) in DOS.

Home Page:https://qb40.github.io/file-encrypt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tool for encrypting and decrypting a file (to prevent it from being misused by someone else) in DOS.

Its uses polygraphic substitution ciper for encryptions, and uses a checksum to verify the integrity of the decrypted file. It can be used to prevent someone else to misuse your file in case he/she gets hands on it. This is a DOS program, hence you would need DOSBox to use it.



Start ENCRYPT.EXE. Select Encrypt File.


Original file README.md to be encrypted.


Enter original file name : README.md.


Enter password for file : ******.


Renter password for file : ******.


Enter encrypted file name : README.MDE.


Encryption done : README.md -> README.MDE.


Encrypted file : README.MDE (to be decrypted).


Select Decrypt File.


Enter encrypted file name : README.MDE.


Enter password for file : ******.


Renter password for file : ******.


Enter decrypted file name : README.MDD.


Decryption done : README.MDE -> README.MDD.


Decrypted file README.MDD, same as original README.md.

qb40

About

Tool for encrypting and decrypting a file (to prevent it from being misused by someone else) in DOS.

https://qb40.github.io/file-encrypt/


Languages

Language:BASIC 100.0%