crypt
posted Sep. 05 2002
| File | Released | Downloads |
|---|---|---|
| crypt-0.6.5.0.zip | Sep. 09 2002 | 40 |
| crypt-0.5.5.0.zip | Sep. 05 2002 | 24 |
FREEWARE
USE AT OWN RISK
NO COMMERCIAL DISTRIBUTION
ALL RIGHTS RESERVED
author: Mike Edward Moras (e-sushi@gmx.net)
modulename: crypt.dll
internal version: 0,5,5,0 (preview)
description:
Cryptographic module to encode/decode textfile using
Note that this is a preview version, later versions will
have much stronger encryption techniques implemented.
Don't forget your password... the file's lost without it!
howto use:
; this encrypts inputfilename to outputfilename using your password
!crypt "path\inputfilename" "path\outputfilename" "password"
; this encrypts and overwrites filename using your password
!crypt "path\filename" "password"