slackbuilds/libraries/libscrypt
B. Watson 748eef892a
libraries/libscrypt: Fix github URL.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-03-30 09:39:40 +07:00
..
README
libscrypt.SlackBuild libraries/libscrypt: Change i486 to i586 2022-06-07 02:24:01 -04:00
libscrypt.info libraries/libscrypt: Fix github URL. 2024-03-30 09:39:40 +07:00
slack-desc

README

A shared library that implements scrypt() functionality.

The scrypt key derivation function was originally developed for use in
the Tarsnap online backup system and is designed to be far more secure
against hardware brute-force attacks than alternative functions such
as PBKDF2 or bcrypt.