perl4life has asked for the wisdom of the Perl Monks concerning the following question:

Greettings!

is anyone aware of a module that can create RFC 2307 ldap passphrase hashes using the newer Keccak / SHA-3 Digest::SHA3 ?

This would do it but no support for Keccak
Crypt::PBKDF2

cheers!
  • Comment on Module to make ldap passphrase hashes using Keccak / SHA-3?

Replies are listed 'Best First'.
Re: Module to make ldap passphrase hashes using Keccak / SHA-3?
by Anonymous Monk on Aug 05, 2014 at 23:54 UTC

      thanks but that doesn't actually make the ldap hash anymore than Digest::SHA3 however.

      Maybe I add support in Crypt::PBKDF2 or Authen::Passphrase for it. Looks like nothing supports it so we may have to roll our own, I surprise it doesn't exist yet.