in reply to Module to make ldap passphrase hashes using Keccak / SHA-3?

?? Digest::Keccak ??
  • Comment on Re: Module to make ldap passphrase hashes using Keccak / SHA-3?

Replies are listed 'Best First'.
Re^2: Module to make ldap passphrase hashes using Keccak / SHA-3?
by perl4life (Initiate) on Aug 06, 2014 at 16:31 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.