Crypt::Mimetic::None - No Encryption


Crypt-Mimetic documentation  | view source Contained in the Crypt-Mimetic distribution.

Index


NAME

Top

Crypt::Mimetic::None - No Encryption

DESCRIPTION

Top

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.

PROCEDURAL INTERFACE

Top

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.

NEEDED MODULES

Top

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

SEE ALSO

Top

Crypt::Mimetic

LICENSE

Top

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

AUTHOR

Top

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


Crypt-Mimetic documentation  | view source Contained in the Crypt-Mimetic distribution.