heresy
Joined: 11 Mar 2008 Posts: 131
|
Posted: Sun May 11, 2008 2:24 am Post subject: File Encrypt/Decrypt [CMD] |
|
|
| Quote: | Command Line Encrypt 1.00
This small console utility allows you to encrypt or decrypt a file from the command line. It uses the Tiny Encryption Algorithm (TEA) with a 128-bit key and Cipher Block Chaining (CBC).
Example 1 - encryption of a text file:
crypt.exe -encrypt -key secret -infile plaintext.txt -outfile cipher.txt
Example 2 - decryption of a file:
crypt.exe -decrypt -key secret -infile cipher.txt -outfile decoded.txt
Example 3 - encryption of a file using a file as key:
crypt.exe -encrypt -filekey mykey.txt -infile plaintext.txt -outfile cipher.txt |
very easy to use. and small (220KB)
Home
Download Zip
Note that it says in stdout 'successfully decrypted' even with wrong password but didn't decrypted actually _________________ let's support Wiki
automation helper for beginners |
|