...
| Code Block |
|---|
> java -cp lib/jetty.jar org.mortbay.jetty.security.Password Usage - java org.mortbay.util.Password [<user>] <password> > java -cp lib/jetty.jar org.mortbay.jetty.security.Password me you you OBF:20771x1b206z MD5:639bae9ac6b3e1a84cebb7b403297b79 CRYPT:me/ks90E221EY |
Read more on Securing+Passwords.
JDBCLoginModule
The JDBCLoginModule stores user passwords and roles in a database that are accessed via JDBC calls. You can configure the JDBC connection information, as well as the names of the table and columns storing the username and credential, and the name of the table and columns storing the roles.
...