wizcrypt.txt


Remove Frame

WizCrypt is a basic (single-file) encryption program.  It takes
a single file and a password a produces an encrypted file.

The first 16 bytes of encrypted file are the MD5 hash of the password.
The rest of the file is the RC4 encrypted original file.

There is no magic number or hash or integrity check.

From: http://wizcrypt.wiztools.org/how.html