0

I have implemented HMAC to hash the password in python as below

SECRET_KEY='SOME_KEY'     
digest = hmac.new(SECRET_KEY,str(bundle.data['password']), hashlib.sha256).hexdigest()

Can anybody tell me how to do this exactly on Android

hangman
  • 865
  • 5
  • 20
  • 31

0 Answers0