NAME
CTK::Crypt::TCD04 - TCD04 Crypt backend
VERSION
Version 1.02
SYNOPSIS
use CTK::Crypt::TCD04;
my $tcd04 = CTK::Crypt::TCD04->new;
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 = CTK::Crypt::TCD04->new;
- 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
AUTHOR
Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2022 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