Github user gaohoward commented on the issue:

    https://github.com/apache/activemq-artemis/pull/835
  
    @jbertram So I did some refactoring:
    
    * Now DefaultSensitiveStringCodec supports 2 kinds of masking
      one-way hashing and two-way encoding/decoding
    * one-way hashing is used by cli and PropertiesLoginModule, it also has
      a verify method to help checking passwords
    * two-way is used by other password masking in artemis. (existing feature)
    * Other utils like HashProcessor doesn't do hashing or encoding.
      They are used to facilitate password management (either plaintext or
      hashed).
    * Cli commands is used for user management and manual changing is not needed
      (although user can use raw DefaultSensitiveStringCodec to to it).



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to