Announcement

Collapse
No announcement yet.

PHP Library for Miva Merchant Passwords

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

    PHP Library for Miva Merchant Passwords

    I wrote this library a few months back when we migrated our site up to PR8-10. Much of our site runs on PHP, so it was crucial that we could work with the passwords ourselves. Luckily since Miva Merchant went with a standard algorithm (PBKDF), I was able to create a compatible adapter. There are some other PBKDF1 and PBKDF2 libraries out there, but I felt like this one fits the API much closer and uses the defaults I saw based on the PR8-10 LSK. Before launching we tested this on 10's of thousands of customer passwords ensuring that each one converted properly, and we've run this on our production store since July without any issues at all.

    I put the code up on GitHub in case anyone wants to contribute to it: https://github.com/Brandon0/Miva_Password

    For those curious, most of the information I got was from burch in this thread: http://extranet.mivamerchant.com/for...ncryption-Info

    Hopefully this helps someone!

    #2
    Re: PHP Library for Miva Merchant Passwords

    Nice work!

    Comment


      #3
      Re: PHP Library for Miva Merchant Passwords

      Thank you, SO MUCH! You're the man. (:
      PCINET, LLC

      Miva Merchant Design, Development, Integration & Support
      We built the most Miva Merchant stores!
      Miva shopping cart design & integration service and our Portfolio!

      e-mail: [email protected]
      web: www.pcinet.com

      "We who cut mere stones must always be envisioning cathedrals."
      Quarry Worker's Creed

      Comment


        #4
        Re: PHP Library for Miva Merchant Passwords

        Glad to hear this is going to help someone out!

        Comment

        Working...
        X