AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

File Encrypt/Decrypt [CMD]

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
heresy



Joined: 11 Mar 2008
Posts: 131

PostPosted: Sun May 11, 2008 2:24 am    Post subject: File Encrypt/Decrypt [CMD] Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group