The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Crypt::Mimetic::None - No Encryption

DESCRIPTION

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

string ShortDescr ()

Return a short description of algorithm

boolean PasswdNeeded ()

Return true if password is needed by this algorithm, false otherwise. ('None' return always false)

($len,$blocklen,$padlen,[string]) EncryptFile ($filename,$output,$algorithm,$key,@info)

Do a bitwise negation of $filename. See Crypt::Mimetic::EncryptFile.

string EncryptString ($string,$algorithm,$key,@info)

Do a bitwise negation of $string. See Crypt::Mimetic::EncryptString.

[string] DecryptFile ($filename,$output,$offset,$len,$algorithm,$key,@info)

Do a bitwise negation of $filename. See Crypt::Mimetic::DecryptFile.

string DecryptString ($string,$algorithm,$key,@info)

Do a bitwise negation of $string. See Crypt::Mimetic::DecryptString.

NEEDED MODULES

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

SEE ALSO

Crypt::Mimetic

LICENSE

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

AUTHOR

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

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 26:

'=item' outside of any '=over'

Around line 159:

You forgot a '=back' before '=head1'