Crypt-Lite
view release on metacpan or search on metacpan
lib/Crypt/Lite.pm view on Meta::CPAN
}
our $VERSION = '0.82.11';
# GLOBAL VARIABLES
my $contentType = "";
my $priv = ""; # challenge key
my $debug = 0;
#----- FORWARD DECLARATIONS & PROTOTYPING
sub iso2hex($);
sub hex2iso($);
sub Error($);
sub Debug($);
sub new {
my $type = shift;
my %params = @_;
my $self = {};
$params{'encoding'} ||= 'base64'; # base64 || hex8
$params{'debug' } ||= 0;
$self->{'debug' } = $debug = $params{'debug'};
( run in 1.084 second using v1.01-cache-2.11-cpan-65fba6d93b7 )