Skip to content

ccunarro/jdbcbcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jdbcbcrypt

Adapting JDBCRealm to support bcrypt(https://en.wikipedia.org/wiki/Bcrypt) passwords for basic authentication with Tomcat 8.

Documentation https://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html#JDBCRealm

Problem:

  • Needed to configure basic authentication with Tomcat and a database.
  • The passwords of the users table were encrypted using bcrypt so using the default JDBCRealm implementation was not enough as it is not supported.

Solution:

About

Adapting JDBCRealm to support bcrypt passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages