You can use this program for
encrypting a file with a unique password. The encrypted file can
be decrypted only by the password given by the encryptor. Any attempt
to decrypt the file with other password will fail. Both encryption
and decryption can be done using the same program.
The program can encrypt ASCII,
graphics as well as binary files. Though the basic algorithm used
for encryption is not very strong, the encrypted file is pretty
safe. However, don't use this program if you have to encrypt some
top level secret documents.
The directions for using the
program are given the help of program & also in a readme file
included in the zip file. If you still have problems, you can mail
me.
The program is in the form
of executable jar file as well as windows executable file. You need
to have Java Runtime Environment installed on your machine. If you
don't have it, you can install it from java.sun.com.
The source code of the program
is available. The source code is fully documented, with all major
steps explained. It's worth taking a look at the source code.

Download File Info:
Size: 54 KB
The zip file contains a jar
file as well as an exe file which can be directly executed by double-clicking
if you have jre installed on you machine. The readme files giving
all information the program & it's usage is also included in
the zip file.

|