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

NAME

MPMinus::MainTools::TCD04 - TCD04 functions

VERSION

Version 1.01

SYNOPSIS

    use MPMinus::MainTools::TCD04;
    
    my $tcd04 = new MPMinus::MainTools::TCD04;
    
    my $code   = $tcd04->tcd04c('u');   # 1 char
    my $decode = $tcd04->tcd04d($code); # 1 word
    
    print $tcd04->tcd042string($tcd04->string2tcd04('hello world!'));

DESCRIPTION

TCD04 functions. Simple cryptografy's algorythm of D&D Corporation

METHODS

tcd04c
    my $code   = $tcd04->tcd04c('u');   # 1 char
tcd04d
    my $decode = $tcd04->tcd04d($code); # 1 word
tcd042string
    $tcd04->tcd042string($tcd04->string2tcd04('hello world!'));
string2tcd04
    $tcd04->tcd042string($tcd04->string2tcd04('hello world!'));

HISTORY

Version 1.00.0001 (08.01.2007)

AUTHOR

Serz Minus (Lepenkov Sergey) http://serzik.ru <minus@mail333.com>

COPYRIGHT

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

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE file