The other day I was looking around for a code snippet for hashing a string using SHA1 but couldn't find one so..... - (NSString *)generateHashValueForString:(NSString *)toBeHashed { NSString *hashedString = nil; NSString *stringToBeHashed = [NSString stringWithFormat:@"%@%@",…
#hashing
One post with this tag