hello everybody, I am experiencing a proble related to encryption. can u suggest some encryption method which if used with shell scripts, needs no user input and can be fully automated, eg. methods where user doesnt hav to type in the encrption keys. the key can be kept in a file and can be picked up from there. Currently, I use bcrypt, which prompts user to enter the encryption key and thus goes out of shell scripts control. I want to avoid this, by using a encryption tool which takes its encryption key in the command line.
Warm regards,
sushant
__________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
On 11/16/05, Sushant Gulati sushant_is@yahoo.com wrote:
hello everybody, I am experiencing a proble related to encryption. can u suggest some encryption method which if used with shell scripts, needs no user input and can be fully automated, eg. methods where user doesnt hav to type in the encrption keys. the key can be kept in a file and can be picked up from there.
Check out OpenSSH tools.
regards, C