• Stars
    star
    149
  • Rank 248,619 (Top 5 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The extension method for NSString Hash

NSString-Hash

The NSString category for MD5, SHA1, SHA256, SHA512 Hash, and hashes of files with small memory usage

NSString hash methods

  • string.md5String
  • string.sha1String
  • string.sha256String
  • string.sha512String

HMAC hash methods

  • [string hmacMD5StringWithKey:key]
  • [string hmacSHA1StringWithKey:key]
  • [string hmacSHA256StringWithKey:key]
  • [string hmacSHA256StringWithKey:key]

File hash methods

  • filePath.fileMD5Hash
  • filePath.fileSHA1Hash
  • filePath.fileSHA256Hash
  • filePath.fileSHA512Hash