[jboss-jira] [JBoss JIRA] (ELY-1071) Credential-store, User isn't able to use masked password from Wildfly-elytron-tool.

Hynek Švábek (JIRA) issues at jboss.org
Mon Apr 10 08:45:01 EDT 2017


Hynek Švábek created ELY-1071:
---------------------------------

             Summary: Credential-store, User isn't able to use masked password from Wildfly-elytron-tool.
                 Key: ELY-1071
                 URL: https://issues.jboss.org/browse/ELY-1071
             Project: WildFly Elytron
          Issue Type: Bug
            Reporter: Hynek Švábek
            Assignee: Darran Lofthouse
            Priority: Blocker


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 EAP7.1.0.DR15 wildfly-elytron-tool.

{code}
java -jar wildfly-elytron-tool.jar mask -x secret_password -s 12345678 -i 230 
MASK-1GhfMaq4jSY0.kFFU3QG4T;12345678;230
{code}
{code}
[standalone at 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
}
{code}


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



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the jboss-jira mailing list