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
- Host: GitHub
- URL: https://github.com/samth/bcrypt.rkt
- Owner: samth
- License: mit
- Created: 2013-02-05T20:23:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T11:48:51.000Z (about 4 years ago)
- Last Synced: 2026-03-01T22:52:28.387Z (4 months ago)
- Language: C
- Size: 78.1 KB
- Stars: 10
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.