MD5 hashing in Android

前端 未结 16 1999
醉梦人生
醉梦人生 2020-11-29 18:06

I have a simple android client which needs to \'talk\' to a simple C# HTTP listener. I want to provide a basic level of authentication by passing username/password in POST r

16条回答
  •  清酒与你
    2020-11-29 18:52

    MD5 is a bit old, SHA-1 is a better algorithm, there is a example here.

    (Also as they note in that post, Java handles this on it's own, no Android specific code.)

提交回复
热议问题