-
-
02 Jun 2017 21:34:25 UTC
- Distribution: App-iTan
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (245 / 275 / 45)
- Kwalitee
Bus factor: 1- 40.18% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (35.82KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Maroš Kollár
NAME
App::iTan::Utils - Utility methods role
METHODS
Accessors
database
Path to the database as a Path::Class::File object.
dbh
Active database handle
cipher
Crypt::Twofish cipher object
Methods
get
my $tandata = $self->get($index);
Fetches a valid iTan with the given index.
mark
$self->mark($index[,$memo]);
crypt_string
my $crypt = $self->crypt_string($string);
Encrpyts a string
decrypt_string
my $string = $self->decrypt_string($crypt);
Decrpyts a string
Module Install Instructions
To install App::iTan, copy and paste the appropriate command in to your terminal.
cpanm App::iTan
perl -MCPAN -e shell install App::iTan
For more information on module installation, please visit the detailed CPAN module installation guide.