Hello,

Want to make sure I'm not missing anything here.  My
task is to see if a file looks like it's encrypted. 
I'm splitting the path/filename/extension via
File::Basename and checking to see if the extension is
..pgp or .gpg.  I'm also checking to see if the file is
a text file via 'if (-T $file)'.  Is there any other
(better) way of testing to see if a file is encrypted?
 I don't want to call the decryption routines if the
file is not encrypted.

Cheers

Ray.

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to