javascript - Hashing and Encoding passwords when Calling SOAP API -
i'm trying call soap api node using strong-soap, , when calling api demands password field
md5 hashed in utf-16 little endian (unicode)
i want know how can make sure password field meets requirement in javascript / node js.
wiki
Comments
Post a Comment