Crypt::Mimetic::CipherSaber - CipherSaber Encryption Algorithm


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

Index


NAME

Top

Crypt::Mimetic::CipherSaber - CipherSaber Encryption Algorithm

DESCRIPTION

Top

This module is a part of Crypt::Mimetic.

This modules uses CipherSaber to encrypt blocks of bytes, so DecryptFile needs @info containing generic-blocks-length and last-block-length (padlen) to know how decrypt a file. EncryptString and DecryptString always encrypt/decrypt a string as a single block.

PROCEDURAL INTERFACE

Top

Return a short description of algorithm

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

Encrypt a file with CipherSaber algorithm. See Crypt::Mimetic::EncryptFile.

Encrypt a string with CipherSaber algorithm. See Crypt::Mimetic::EncryptString.

Decrypt a file with CipherSaber algorithm. See Crypt::Mimetic::DecryptFile.

Decrypt a string with CipherSaber algorithm. See Crypt::Mimetic::DecryptString.

NEEDED MODULES

Top

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

SEE ALSO

Top

Crypt::Mimetic(3)

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.