# kelp404/CocoaSecurity

Encrypt/Decrypt: AES. Hash: MD5, SHA(SHA1, SHA224, SHA256, SHA384, SHA512). Encode/Decode: Base64, Hex.

Repository: https://github.com/kelp404/CocoaSecurity
Canonical: https://ross.abutalabs.com/products/cocoasecurity
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2020-01-04T10:12:05+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5224, "days_push": 2433, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1132, forks 186 (observed 2026-08-28T04:03:42.726850+00:00)

## What it is
An Objective-C library for iOS and macOS providing AES encryption/decryption, MD5 and SHA-family hashing (including HMAC variants), and Base64/Hex encoding and decoding. It wraps CommonCrypto in a simple Cocoa-friendly API with convenient result conversion.

## Use cases
- encrypt and decrypt strings with AES in an iOS app
- compute MD5 or SHA256 hashes in Objective-C
- encode data as Base64 or hex strings
- generate HMAC-SHA signatures
- simple crypto helpers for Cocoa projects

## When to choose
- you need straightforward AES and hashing in Objective-C without heavy dependencies
- you want convenient hex/Base64 output conversions

## When to avoid
- you need modern authenticated encryption like AES-GCM or ChaCha20-Poly1305
- you are starting a new Swift project and prefer SwiftCrypto or Apple's CryptoKit
- you need actively maintained crypto with recent security audits

## Facets
- artifact type: library
- maturity: maintenance
- function: cryptography, serialization
- domain: security, developer-tools
- platform: cpp
- tags: objective-c, aes, hashing, base64, hex-encoding, cocoa, macos, ios

## Member repositories
- kelp404/CocoaSecurity (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:42.726850+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:37:57.903760+00:00, confidence not recorded.
  - readme: https://github.com/kelp404/CocoaSecurity (fetched 2026-08-28T04:03:42.726850+00:00, sha 8e22285f14d8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
