On Fri, Sep 11, 2026 at 01:08:18PM -0400, Paul Wisehart wrote: > I am wanting to do bcrypt in perl to > store passwords. I don't see a p5-* > package that does that. > > Is there a OpenBSD perl module > in base that does this? >
For now I am using cpan local installs if: Crypt::Passphrase Crypt::Passphrase::Argon2 (and/or Crypt::Passphrase::Bcrypt) --Paul Wisehart

