The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

DESCRIPTION

Crypto modules for CBC methods, this includes Rijndael and Blowfish

SYNOPSIS

Handles encryption and decryption for CBC Rijndael and Blowfish ciphers

METHODS

new()

Instantiate a new object

encrypt($data)

Encrypt the given data

decrypt($data)

Decrypt the given data

DEPENDENCIES

  Convert::Base32
  Crypt::Blowfish
  Crypt::CBC
  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.