https://github.com/dimmaryanto93/springboot-security-sha256-example
Belajar spring security password encoder 256 example
https://github.com/dimmaryanto93/springboot-security-sha256-example
authentication sha256 spring-security springboot
Last synced: about 2 months ago
JSON representation
Belajar spring security password encoder 256 example
- Host: GitHub
- URL: https://github.com/dimmaryanto93/springboot-security-sha256-example
- Owner: dimMaryanto93
- License: apache-2.0
- Created: 2018-10-18T13:33:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T08:19:53.000Z (over 7 years ago)
- Last Synced: 2025-10-04T04:56:37.570Z (9 months ago)
- Topics: authentication, sha256, spring-security, springboot
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Springboot auth encode sha256 Password Encoder
Password encode with algoritm SHA-256 encoder and custome salt each users
Example:
- username: `admin` password: `password` -> login success
- username: `user_lock` password: `password` -> user is locked
- username: `user_expired` password: `password` -> user is expired
- username: `user_blocked` password: `password` -> user is blocked