
Crypt::Mimetic::None - No Encryption

This module is a part of Crypt::Mimetic.
This modules does not encrypt anything: it only do a bitwise negation. DecryptFile needs @info containing generic-blocks-length and last-block-length (padlen). EncryptString and DecryptString return the bitwise negated string.

Return a short description of algorithm
Return true if password is needed by this algorithm, false otherwise. ('None' return always false)
Do a bitwise negation of $filename. See Crypt::Mimetic::EncryptFile.
Do a bitwise negation of $string. See Crypt::Mimetic::EncryptString.
Do a bitwise negation of $filename. See Crypt::Mimetic::DecryptFile.
Do a bitwise negation of $string. See Crypt::Mimetic::DecryptString.

This module needs: Crypt::Mimetic Error::Mimetic


This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself (Artistic/GPL2).

Erich Roncarolo <erich-roncarolo@users.sourceforge.net>