~sircmpwn/hare-bcrypt

bcrypt password hashing support for Hare
Add extlib misc
crypto::bcrypt: rehome
bytes: return done from next_token/peek_token

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/hare-bcrypt
read/write
git@git.sr.ht:~sircmpwn/hare-bcrypt

You can also use your local clone with git send-email.

#hare-bcrypt

This package provides an implementation of the bcrypt password algorithm for Hare. This is a legacy algorithm which is not recommended for new users. See [[crypto::argon2]] for a more modern approach to password hashing.

#Installation

#From your distribution

The recommended name for this package is "hare-bcrypt". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-bcrypt/ add https://git.sr.ht/~sircmpwn/hare-bcrypt master