Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mangadex-pub/keycloak
Keycloak builds with Argon2 and BCrypt password hashes support
https://github.com/mangadex-pub/keycloak
keycloak
Last synced: 18 days ago
JSON representation
Keycloak builds with Argon2 and BCrypt password hashes support
- Host: GitHub
- URL: https://github.com/mangadex-pub/keycloak
- Owner: mangadex-pub
- License: apache-2.0
- Created: 2022-12-12T18:40:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T03:36:11.000Z (over 1 year ago)
- Last Synced: 2023-09-11T04:32:25.288Z (over 1 year ago)
- Topics: keycloak
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keycloak
Keycloak is a powerful identity provider and OpenID Connect server.
To ensure continued support of our users without needing them to ever reset their passwords, we must support Argon2id and BCrypt password hashes.
For continued support of legacy user credentials, we need to support some out-of-tree hash algorithms as well, and this is what this image provides us.
## Password hash providers included
Argon2 (& variants) support from: https://github.com/mangadex-pub/keycloak-argon2
BCrypt support from: https://github.com/mangadex-pub/keycloak-bcrypt
## Images and tags published
Images are published with the tag `$TAG-kc$KEYCLOAK_VERSION`.
For example
ghcr.io/mangadex-pub/keycloak:1.0.4-kc20.0.2