Announcement

Collapse
No announcement yet.

What decryption algorithm Miva uses for password?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    What decryption algorithm Miva uses for password?

    Hello,
    I want to know what decryption algorithm Miva uses and how can I get private key for password? Can anyone help me on that please? Actually we are integrating Miva website's MySQL database in API which we have coded for Android app. And we are not sure how to encrypt and decrypt passwords.

    Please help.

    #2
    This should point you in the right direction: http://www.miva.com/forums/forum/des...hant-passwords
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Thanks for reply Rick, can you please suggest from where I can find "Salt" in Miva or from database?

      Comment


        #4
        The salt is the 4th field in the colon-delimited data stored in the password field. That’s covered in the forum thread I referenced.

        PBKDF2:hash:iterations:salt-base64:ciphertext-base64
        Thanks,

        Rick Wilson
        CEO
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment

        Working...
        X