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 2 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T20:50:42.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T22:28:34.283Z (about 1 year 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