Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aluedtke7/authgojava
bcrypt password hashing with Java and Go
https://github.com/aluedtke7/authgojava
Last synced: 7 days ago
JSON representation
bcrypt password hashing with Java and Go
- Host: GitHub
- URL: https://github.com/aluedtke7/authgojava
- Owner: aluedtke7
- License: mit
- Created: 2020-05-31T15:28:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T12:00:10.000Z (8 months ago)
- Last Synced: 2024-04-24T11:58:26.375Z (7 months ago)
- Language: Java
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password hashing with Java and Go
This project contains two sub projects: one for a Java (Spring) implementation
and one for a Go implementation with the standard Go crypto library.Both programs are command line tools and you can either generate a salted,
hashed password from a given (raw) password or you can compare the raw
password with the hashed one.Both implementations use the bcrypt algorithm with a default strength of 12.