Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kieranmueller/spring-bcrypt
Demonstration of how to store encrypted passwords in DB. GET users, POST a user, and login/authenticate a user
https://github.com/kieranmueller/spring-bcrypt
bcrypt encryption java mysql security spring springboot
Last synced: about 1 month ago
JSON representation
Demonstration of how to store encrypted passwords in DB. GET users, POST a user, and login/authenticate a user
- Host: GitHub
- URL: https://github.com/kieranmueller/spring-bcrypt
- Owner: KieranMueller
- Created: 2023-08-05T20:46:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-05T20:50:42.000Z (over 1 year ago)
- Last Synced: 2024-04-20T13:09:12.074Z (9 months ago)
- Topics: bcrypt, encryption, java, mysql, security, spring, springboot
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-bcrypt
Demonstration of how to store encrypted passwords in DB. GET users, POST a user, and login/authenticate a user