Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8288781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T12:20:49+00:00 2026-06-08T12:20:49+00:00

As I understand, for JBoss 4.0.5 password encryption is mainly configured in server/…/conf/login-config.xml: <authentication>

  • 0

As I understand, for JBoss 4.0.5 password encryption is mainly configured in server/…/conf/login-config.xml:

   <authentication>
      <login-module code = "org.jboss.security.ClientLoginModule" flag = "required">
         <module-option name = "password-stacking">useFirstPass</module-option>
         <module-option name = "multi-threaded">true</module-option>
         <module-option name = "ignorePasswordCase">false</module-option>
         <module-option name = "hashAlgorithm">md5</module-option>
         <module-option name = "hashEncoding">hex</module-option>
         <module-option name = "hashCharset">UTF-8</module-option>
      </login-module>
   </authentication>

Is it possible to configure something stronger than md5? And if so, how?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T12:20:51+00:00Added an answer on June 8, 2026 at 12:20 pm

    OK, looks like I found the ultimate answer. Extend e.g. org.jboss.security.auth.spi.UsernamePasswordLoginModule and override

    protected String createPasswordHash(String,String,String)
    

    to use whatever algorithm you like to create and return the hash.
    The second parameter of the method is the password to be hashed.

    Then set your class into the configuration (e.g. login-config.xml). Note that the configuration (e.g. login-config.xml) still needs an algorithm to be specified. I have just put

    <module-option name = "hashAlgorithm">FOO</module-option>
    

    there.

    Important note: To decide if a password is valid it is hashed and compared with the previously hashed password. This does not work for algorithms like bcrypt, which comes with its own check method, because typically each hashing on the same input creates a different salt and thus a different hash. For these algorithms you would have to override the login() method.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On JBoss 5.1.0 I have Datasource (PostgreSQL 8.3.11) configured using *-ds.xml (standard jboss DS).
As i understand it, with JBOSS 7, the data source is configured by creating
I am looking into a strange problem where a JBoss 4.2.2 server is not
I'm working on upgrading code from JBoss 5.1 to JBoss 7.1 and it fails
With VisualVM I am observing the following heap usage on a JBoss server: The
I'm currently working on a project running on JBoss AS 7 that requires authentication
I have the archetype org.jboss.weld.archetypes:jboss-javaee6-webapp:1.0.1.CR2 and I try to understand the class MemberListProducer :
I was perusing the JBoss Remoting documentation and I am trying to understand the
I am using Hibernate (JPA) with Derby database - my app server is Jboss
If I understand correctly, Infinispan/JBoss Cache uses Java's own serialization mechanism, which can be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.