Securing Passwords in JBoss
Configure hashed passwords in conf/login-config.xml:
<login-module ...>...
<module-option name="hashAlgorithm">MD5</module-option>
<module-option name="hashEncoding">hex</module-option>
</login-module>
To enrich your career and become a JBoss professional, visit Tekslate, the global online training platform:" JBoss Training". This course will help you achieve excellence in this field.
Change users.properties:
- john=5ebe2294ecd0e0f08eab7690d2a6ee69
- bob=e99a18c428cb38d5f260853678922e03
- mike=76a2173be6393254e72ffa4d6df1030a
For indepth understanding on JBoss click on: