Skip to content

Releases: giterlizzi/perl-Crypt-PBE

v0.103: Improved pkcs5-tool(1) and "Crypt::PBE" classes

28 Apr 15:31
Compare
Choose a tag to compare
  • pkcs5-tool(1): Added --format=FORMAT, --hex and --base64 input/output format
  • pkcs5-tool(1): Improved verbose output
  • Improved HEX output
  • New tests
  • Fixed critiques and code beautification

v0.102

16 Feb 22:25
Compare
Choose a tag to compare

Added new PBKDF2WithHmapSHA* functions, improved pkcs5-tool(1) and fixed PBKDF2 LDAP schema function

  • pkcs5-tool(1): Added support for env:<name> and file:<path> for --input and --password params
  • pkcs5-tool(1): Read password from user input (readline)
  • pkcs5-tool(1): Added support for read input data from STDIN
  • pkcs5-tool(1): Added CLI.pm class and t/60.CLI.t test
  • PBKDF2.pm: Added new PBKDF2WithHmapSHA* functions
  • PBKDF2.pm: Fixed PBKDF2 LDAP schema function
  • Added new tests
  • Fixed critiques and code beautification

v0.101

20 Sep 19:55
Compare
Choose a tag to compare
Added missing Crypt::OpenSSL::AES prerequisite in Makefile.PL and imp…

v0.100

20 Sep 19:54
Compare
Choose a tag to compare
First public release of Crypt::PBE