Discuss / Python / 打卡

打卡

Topic source

果味II0

#1 Created at ... [Delete] [Delete and Lock User]

def hmac_test(name,password): h = hmac.new(name.encode('UTF=8'),password.encode('UTF-8'),digestmod='MD5') return h.hexdigest()


  • 1

Reply