libscrypt icon indicating copy to clipboard operation
libscrypt copied to clipboard

A shared library that implements scrypt() functionality - a replacement for bcrypt()

Results 5 libscrypt issues
Sort by recently updated
recently updated
newest added

We compile with: ``` make install-osx PREFIX=/opt/homebrew/Cellar/libscrypt/1.22 LDFLAGS= LDFLAGS_EXTRA= CFLAGS_EXTRA= ``` then run checks with: ``` $ make check LDFLAGS= LDFLAGS_EXTRA= CFLAGS_EXTRA= LD_LIBRARY_PATH=. ./reference TEST ONE: Direct call to reference...

In README.md you mentioned that the project homepage is http://www.lolware.net/libscrypt.html . However, this link now returns 404.

👋 trying to build the latest release, but run into some build issue. The error log is as below: build error ``` ==> make check LDFLAGS= CFLAGS_EXTRA= clang -D_FORTIFY_SOURCE=2 -fPIC...

I'm working on open source project. there is a statement #include . If this repository supports libscrypt, please let me know the solution.

Hi, in the company I work for (Crypho A.S.) we developed a scrypt plugin for usage with the apache cordova framework (https://github.com/Crypho/com.crypho.plugins.scrypt) based on libscrypt. Everything was smooth until we...