Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openwall/tcb
Alternative password shadowing scheme
https://github.com/openwall/tcb
password security shadow shadowing tcb
Last synced: 2 months ago
JSON representation
Alternative password shadowing scheme
- Host: GitHub
- URL: https://github.com/openwall/tcb
- Owner: openwall
- License: other
- Created: 2021-01-11T22:07:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T10:28:01.000Z (9 months ago)
- Last Synced: 2024-05-06T11:38:49.192Z (9 months ago)
- Topics: password, security, shadow, shadowing, tcb
- Language: C
- Homepage: https://www.openwall.com/tcb/
- Size: 139 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
The tcb package contains core components of our tcb suite implementing the
alternative password shadowing scheme on Openwall GNU/*/Linux (Owl). It is
being made available separately from Owl primarily for use by other
distributions. For more information please refer to:https://www.openwall.com/tcb/
To compile and use this you either need recent libxcrypt (which adopted the
password hashing API we had introduced in Owl) or our crypt_blowfish patched
into glibc (which is how we had introduced that API originally).libxcrypt is available at:
https://github.com/besser82/libxcrypt
crypt_blowfish is available at:
https://www.openwall.com/crypt/