Taobao MTOP API Signature Algorithm Cracking

FANG, FANG Application security 1350

As the title suggests:

Help: Taobao H5 MTOP signature algorithm how to implement, how to re-sign.

Comments

1 comment Add comment
  • chief security officer
    chief security officer
    Chief Security Officer (cncso.com)
    Reply

    Current answer is adopted as the best

    Taobao H5 MTOP signature algorithm implementation:

    The sign value calculation logic is:
    sign = md5(first 32 bits of _m_h5_tk in cookie + "&" + timestamp of t parameter + "&" + appKey parameter + "&" +data parameter)

     

    3 months ago No comments