NAME

App::OATH::Crypt::Rijndael - Crypto modules for Simple OATH authenticator

DESCRIPTION

Crypto modules for basic Rijndael

SYNOPSIS

Handles encryption and decryption for the basic Rijndael (not CBC) ciphers

METHODS

new()

Instantiate a new object

encrypt($data)

Encrypt the given data

decrypt($data)

Decrypt the given data

DEPENDENCIES

Convert::Base32
Crypt::Rijndael
Digest::MD5
String::Random

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.