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

NAME

CTK::Crypt::TCD04 - TCD04 Crypt backend

VERSION

Version 1.01

SYNOPSIS

    use CTK::Crypt::TCD04;

    my $tcd04 = new CTK::Crypt::TCD04;

    my $code   = $tcd04->tcd04c('u');   # 1 char
    my $decode = $tcd04->tcd04d($code); # 1 word

    print $tcd04->decrypt( $tcd04->encrypt( 'Hello, World!' ) );

DESCRIPTION

TCD04 Crypt backend. Simple cryptografy's algorythm of D&D Corporation

METHODS

new
    my $tcd04 = new CTK::Crypt::TCD04;
decrypt
    $tcd04->decrypt( $tcd04->encrypt( 'Hello, World!' ) );
encrypt
    my $words = $tcd04->encrypt( 'Hello, World!' );
tcd04c
    my $code = $tcd04->tcd04c('u');   # 1 char
tcd04d
    my $decode = $tcd04->tcd04d($code); # 1 word

HISTORY

1.00 / 1.00.0001 08.01.2007

Init version on base mod_main 1.00.0002

1.01 Fri 26 Apr 12:05:51 MSK 2019

Was moved from MPMinus project

See Changes file

TO DO

See TODO file

BUGS

* none noted

SEE ALSO

CTK, CTK::Crypt

AUTHOR

Serż Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved

LICENSE

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

See LICENSE file and https://dev.perl.org/licenses