The encryption program converts a DAT file into BMP file with
a password.Then decryption is done by adding e wtih bmp file name and
opened with password.The decrypted file can be found using(func)type
defilename.
D:\dosbased\TURBOC>encrypt
enter file name to encrypt
test.dat
enter password[ space to end ]
******
D:\dosbased\TURBOC>decrypt
enter file name to decrypt
etest.bmp
enter password[ space to end ]
******
D:\dosbased\TURBOC>type test.dat
The dawn of a new PC era.
The first 64-bit processor -G5.
D:\dosbased\TURBOC>type detest.dat
The dawn of a new PC era.
The first 64-bit processor -G5.
D:\dosbased\TURBOC>
Encrypted file: etest.bmp