NAME
App::OATH::Crypt - Crypto modules for Simple OATH authenticator
DESCRIPTION
Crypto modules super class
SYNOPSIS
Handles all crypto, detection of methods and handing off to sub modules which implement the actual encryption and decryption of data
METHODS
- new()
-
Instantiate a new object
- get_workers_list()
-
Return an array ref of possible worker types
- set_worker($worker)
-
Set the default worker type
- encrypt($data)
-
Encrypt the given data
- decrypt($data)
-
Decrypt the given data
DEPENDENCIES
AUTHORS
Marc Bradshaw <marc@marcbradshaw.net>
COPYRIGHT
Copyright 2015
This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.