NAME
App::iTan - Secure management of iTANs for online banking
SYNOPSIS
# Import a list of itans
console$ itan import --file itanlist.txt
# Fetch an itan and mark it as used (after password prompt)
console$ itan get --index 15 --memo "paid rent 06/2012"
# List all itans
console$ itan list
DESCRIPTION
This command line application facilitates the secure handling of iTANs (indexed Transaction Numbers) as used by various online banking tools.
iTANs are encrypted using Crypt::Twofish and are by default stored in a SQLite database located at ~/.itan. (Patches for other database vendors welcome)
COMMANDS
delete
Delete all invalid iTANs App::iTan::Command::Delete
get
Fetches selected iTAN App::iTan::Command::Get
help
Prints this usage information App::iTan::Command::Help
import
Imports a list of iTans into the database App::iTan::Command::Import
info
Info about the selected iTAN App::iTan::Command::info
list
List of all iTANs App::iTan::Command::List
reset
Reset unused iTANs App::iTan::Command::Reset
SUPPORT
Please report any bugs or feature requests to app-itan@rt.cpan.org
, or through the web interface at http://rt.cpan.org/Public/Bug/Report.html?Queue=App::iTan. I will be notified and then you'll automatically be notified of the progress on your report as I make changes.
AUTHOR
Maroš Kollár
CPAN ID: MAROS
maros [at] k-1.com
http://www.k-1.com
COPYRIGHT
App::iTan is Copyright (c) 2012 Maroš Kollár - http://www.k-1.com
LICENCE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.