SkillAgentSearch skills...

OGCryptoHash

Wrapper around CommonCrypto hash functions, MD5, SHA1, SHA224, SHA256, SHA384, and SHA512.

Install / Use

/learn @orangegroove/OGCryptoHash
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

What is this?

Wrapper around CommonCrypto hash functions, MD5, SHA1, SHA224, SHA256, SHA384, and SHA512.

Installation

  1. Add as a pod.
  2. Import NSString+OGCryptoHash.h in prefix.pch.

Documentation

It's very easy to use:

NSData* md5 = [@"a string" dataUsingCryptoHashFunction:OGCryptoHashFunctionMD5];
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated5y ago
Forks1

Languages

Objective-C

Security Score

75/100

Audited on Sep 7, 2020

No findings