Hello, I'm gonna write a Perl script to enhance the security within an application. This script would ideally checks the string passed to the application with the data in the file and take actions appropriately. I would like to encrypt the file so that the users wouldn't see the contents in the file. I can't accomplish this task with changing the persmission of the file as that should be readable. It doesn't look possible to me because if the (encrypted) file can be decrypted by the script, it can be decrypted by anyone else. Does anyone have any idea that would help me to set this up?
Regards, Akhthar Parvez K http://Tips.SysAdminGUIDE.COM UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity - Dennie Richie -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/