Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-2659

Credential-store, User isn't able to use masked password from Wildfly-elytron-tool.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 3.0.0.Beta15
    • None
    • Security
    • None

    Description

      User isn't able to use masked password from Wildfly-elytron-tool.
      When I generate masked password through tool from EAP7.1.0.DR15 it's worked!

      I expect that I will be able to use masked string from actual version of wildfly-elytron-tool.

      How to reproduce

      java -jar wildfly-elytron-tool.jar mask -x secret_password -s 12345678 -i 230 
      MASK-1GhfMaq4jSY0.kFFU3QG4T;12345678;230
      
      [standalone@localhost:9990 /] /subsystem=elytron/credential-store=csmasked002:add(uri="cr-store://csmasked002.jceks?create=true", credential-reference={clear-text="MASK-1GhfMaq4jSY0.kFFU3QG4T;12345678;230"})
      {
          "outcome" => "failed",
          "failure-description" => {"WFLYCTL0080: Failed services" => {"org.wildfly.security.credential-store.csmasked002" => "WFLYELY00004: Unable to start the service.
          Caused by: java.io.IOException: javax.crypto.BadPaddingException: Given final block not properly padded
          Caused by: javax.crypto.BadPaddingException: Given final block not properly padded"}},
          "rolled-back" => true
      }
      

      NOTE:
      When I use in DR16 masked string from DR15 then it's working. And password in plain text is original one -> "secret_password".

      Attachments

        Issue Links

          Activity

            People

              pskopek@redhat.com Peter Skopek
              hsvabek_jira Hynek Švábek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: