
 _       __   _    __  __               ______                         __
| |     / /  (_)  / / / /_ ___   _____ / ____/  _____  __  __   ____  / /_
| | /| / /  / /  / / / __// _ \ / ___// /      / ___/ / / / /  / __ \/ __/
| |/ |/ /  / /  / / / /_ /  __// /   / /___   / /    / /_/ /  / /_/ / /_
|__/|__/  /_/  /_/  \__/ \___//_/    \____/  /_/     \__, /  / .___/\__/
                                                    /____/  /_/
 

WilterCrypt v1.0 By: E-HACK


Overview:

Ok folks, here it is, I've been meaning to put out an encryption prog
for quite a while, and I've finally gotten one done, I don't take credit
for the algorythm, even though I did have to change 90% of the code to get 
it to compile for me (it was a C++ implimentation of an algorythm that didn't, 
have a name anywhere I could find one, don't know who wrote it either, but 
I'm using a C, not C++ compiler so there were plenty of changes I had to 
make.). Its not too strong from what I can tell (I'm not exactly the best 
person to guess if it is, but I'm guessing its not) (and it doesn't allow 
keys), but its enough to keep nosey people(parents, stupid coworkers etc.) 
out of your files. This has only been tested successfully on text files, I 
don't suggest using it to encrypt .exe files or antything like that, html 
files should do fine as well.

Usage:
wcrypt E/D <input file> output file
just type "wcrypt E <input file> output file" at the command prompt in DOS
to Encrypt files, or "wcrypt D <input file> output file" at the command prompt
to Decrypt files, eg; C:\>wcrypt E <fuck.txt> fuck1.txt would encrypt fuck.txt
and send it to fuck1.txt, you NEED the <>'s around the input file, and do NOT
use the same file for input and output, it'll just end up being an empty file.

Bugs:
None that I've found when encrypting .txt and .htm files

Future:
In future versions I hope to make WilterCrypt a windows prog, but I'm not 
too sure about that yet, depends on a couple of things, if I do make v2 for 
windows, I'll probably have more than one algorythm (similar to CipherPak by 
The Messiah), or maybe I'll just improve this algorythm more and make it 
accept keys and use it, who knows.

Disclaimer:
THIS IS A DISCLAIMER OF LIABILITY RELATING TO YOUR USE OF THIS SOFTWARE
THIS PROGRAM IS DISTRIBUTED "AS IS," WITHOUT ANY IMPLIED OR EXPRESS WARRANTY 
AS TO ITS PERFORMANCE OR AS TO THE RESULTS THAT MAY BE OBTAINED BY ITS USE.  
E-HACK AND WILTERED FIRE ARE NOT LIABLE FOR DIRECT, INDIRECT, OR INCIDENTAL 
DAMAGES FROM ANY DEFECT, MALFUNCTION, INABLILITY OR OMISSION IN THE SOFTWARE 
OR MANUAL OR OTHER RELATED ITEMS AND PROCESSES, INCLUDING BUT NOT LIMITED TO 
SERVICE, LOSS OF BUSINESS, ANTICIPATED PROFIT, OR OTHER CONSEQUENTIAL DAMAGES.



Comments? Suggestions? Bugs? 
E-Mail me at epicurus@deathsdoor.com
Visit my page at http://www.ilf.net/wilter/ehack/

Long Live Wiltered Fire
http://www.ilf.net/wilter/

 _______       _      _         ____         _________    _    __
| \____/      | |    | |       / /\ \       / ________\  | |  / /
| /           | |    | |      | |  | |      | |_______/  | | / /
| \____   ___ | |____| |     / /____\ \     | |          | |/ /
| /____| |___|| |____| |    | |______| |    | |          | |\ \
| \           | |    | |   / /        \ \   | |_______   | | \ \
| /____       | |    | |  | |          | |  | |_______\  | |  \ \
|_\____\      |_|    |_| /_/            \_\  \________/  |_|   \_\







