ARC4
Beschreibung
RC4 ist gebrochen - nicht verwenden!
ARC4 ist ein WinConsolen-Programm (kann daher auch in Batches verwendet werden), das einzelne Datein verschlüsselt nach dem RC4(tm)(c)(r)-algorithmus von RSA Inc.
Der MD5 and ARC4-code wurde NICHT von mir geschrieben - ich habs nur meinen Bedürfnissen angepasst. Der Originale MD5-Code wurde Robert M. Hubley, der ARC4 von John Korejwa geschrieben (siehe ARC4.TXT).
- 256byte/2048bit Schlüssellänge (Passwort kann daher von 1 bis 256 Byte lang sein)
- Ver/Entschlüsseln (no na :)
- 'plain arc4' (nur verschlüsselte Daten) oder mein Datei-Format (Header, md5sum und verschlüsselte Daten)
- alles via commandline durchführbar
Usage
ARC4 en/decrypter (build 1) - (C) 2003-07-01 by The Condor
original MD5-code by Robert M. Hubley
original ARC4-code by John Korejwa
ARC4.EXE [/?|-?|-b|[-e|-d|-p] PASSWORD FILE]
/?,-? displays this help text :)
-b do a small benchmark (with a 100mb file filled with '\0')
PASSWORD FILE en/decrypts FILE with PASSWORD - case sensiv!
-e PASSWORD FILE encrypts FILE with PASSWORD
errorlevel 1 if already encrypted
-d PASSWORD FILE decrypts FILE with PASSWORD
errorlevel 2 if already decrypted
-p PASSWORD FILE uses the plain arc4-algo on FILE (no header, no md5sum)
(overwrites original file-content while de/encrypting)
ARC4 encrypts FILE to FILE.ARC4 and decrypts FILE.ARC4 to FILE
(btw, it will delete any existing destination file)
errorlevel 3 if FILE does not exist
errorlevel 4 if wrong file extention
errorlevel 5 if wrong password
errorlevel 6 on anything else (missing paramter, ...)
Oberfläche | CLI |
Sprache | Englisch |
System Anforderungen | >= Windows 95, 2000; VB4-Dlls |
Getestet auf | Windows 95, 2000 |
Quellcode | VB4 |
Lizenz | Donateware |
Download
Wenn Ihr Fehler findet oder Features wünscht, meldet Euch!
Datei | Größe | md5 | |
---|---|---|---|
Download | arc4.rar | 16 KB | 575cbaec5549a25656545c8307c71573 |
Ich freue mich über Ihre Spende!
Änderungen
- 2003-07-01
Tags: deprecated, dontuse, encryption, cli