Posted on 2006-04-10 12:14:50-07 by srinu
Need Help
Hi All, The official cpan page for Crypt-Mimetic doesn't provide much information on how to use the module. Can any one gives me brief description of the module. Especially Plz explain me the below code. use Crypt::Mimetic; Crypt::Mimetic::Mask($original_file, $mask_file, $destination_file, $algorithm); Crypt::Mimetic::Unmask($mimetic_file); Crypt::Mimetic::Main($original_file, $mask_file, $destination_file, [$algorithm]); Crypt::Mimetic::Main($mimetic_file); Please explain me what are $original_file, $mask_file, $destination_file, $algorithm and $mimetic_file And how to use this code to protect my code files or how to protect my password from attackers. Thanks Srinivas
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.