An open API service indexing awesome lists of open source software.

https://github.com/samth/bcrypt.rkt

A Racket interface to bcrypt
https://github.com/samth/bcrypt.rkt

Last synced: 3 months ago
JSON representation

A Racket interface to bcrypt

Awesome Lists containing this project

README

          

A Racket interface to bcrypt
===============================

This is derived from bcrypt interface from the Python 'cryptacular'
library by Daniel Holth, available here: https://bitbucket.org/dholth/cryptacular/

Includes the C sources for a version of `bcrypt`, which are compiled
as part of `raco setup bcrypt`. The version of bcrypt is by Solar Designer,
and is available here: http://www.openwall.com/crypt/

A C compiler is required at installation time, and is automatically found
by the `dynext` library.

Available under the MIT license.