Skip to content
  • Tulio Ribeiro's avatar
    3c2a89e3
    Fixed CryptoUtil.java at getSharedSecret function. · 3c2a89e3
    Tulio Ribeiro authored
    The value of CHALLENGE_RESPONSE_SECRET needs to be the value of "-alias" option from keytool, as follow:
    
    keytool -genkey -alias AliasChallengeResponse -keystore key.jceks -keypass "PassWord" -storepass "PassWord" -storetype JCEKS
    
    Main changes:
    
    CHALLENGE_RESPONSE_SECRET = "AliasChallengeResponse"; -> hard coded.
    3c2a89e3
    Fixed CryptoUtil.java at getSharedSecret function.
    Tulio Ribeiro authored
    The value of CHALLENGE_RESPONSE_SECRET needs to be the value of "-alias" option from keytool, as follow:
    
    keytool -genkey -alias AliasChallengeResponse -keystore key.jceks -keypass "PassWord" -storepass "PassWord" -storetype JCEKS
    
    Main changes:
    
    CHALLENGE_RESPONSE_SECRET = "AliasChallengeResponse"; -> hard coded.
Loading