Skip to content

Uses spring BCryptPasswordEncoder to generate and verify a hash

License

Notifications You must be signed in to change notification settings

raags/SpringPasswordEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringPasswordEncoder

A simple tool to generate spring BCryptPasswordEncoder hashes, and also to verify existing hashes. This is just to generate hashes for Kylin where the admin password is unfortunately hardcorded, but I guess can be used for other purposes as well.

Build

$ mvn package

Usage

$ java -jar target/spring-password-0.1.0.jar
 -e : Encode password into hash (default: false)
 -v : Verify hash (default: false)

About

Uses spring BCryptPasswordEncoder to generate and verify a hash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages