xcode ios HMAC SHA 256 hashing
问题 So I'm trying to figure out how to do a hmacshad256 hash on ios as that's the hash I did for the wcf service api I made. I've been trying to look for some info about it but would usually just end up getting a SHA-256 hash. This is the only reference I have: Need to generate HMAC SHA256 hash in Objective C as in Java And I'm not sure if that's the only way to do it (importing a java hmac class) Any help is appreciated. Thanks! 回答1: NSString * parameters = @"string to hash" NSString *salt = @