RNCryptor/RNCryptor
CCCryptor (AES encryption) wrappers for iOS and Mac in Swift. -- For ObjC, see RNCryptor/RNCryptor-objc observed · 2026-08-28
Health v2 · maintenance only
28/100
- Activity 12
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5283
- days_rel: 529
- days_push: 529
- n_releases_24m: 1
Adoption not part of the score
3358 stars · 512 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
RNCryptor is a Swift (and Objective-C) library wrapping CommonCrypto AES encryption, implementing a cross-language encrypted data format (v3) with AES-256, PBKDF2 password stretching, random IVs, and encrypt-then-hash HMAC. It supports simple one-shot and incremental streaming encryption/decryption, with compatible implementations in many other languages.
Use cases
- encrypt files with a password in an iOS app
- securely encrypt data with AES without getting crypto details wrong
- decrypt RNCryptor data from another language like Python or PHP
- stream-encrypt large files incrementally on macOS
- share encrypted data between Swift and server-side languages
When to choose
- you need password-based AES encryption on iOS/macOS with correct salting, IV, and HMAC handled for you
- you need interoperable encrypted data across multiple languages
- you want a simple, well-tested Swift encryption API
When to avoid
- you need authenticated encryption modes like AES-GCM or ChaCha20-Poly1305
- you need key-based (not password-based) encryption with external key management
- you're not targeting Apple platforms and need a native implementation (use a language-specific RNCryptor port instead)
Facets
library · maturity stable
cryptography security serialization security apple-ecosystem cross-platform aes-256 encryption pbkdf2 hmac cross-language-format commoncrypto ios macos swift
2 sources
- readme: https://github.com/RNCryptor/RNCryptor · fetched 2026-08-28 · eb467867bfb9
- homepage: https://groups.google.com/forum/#!forum/rncryptor · fetched 2026-08-29 · c8364eeee767
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RNCryptor/RNCryptor | main | 28 |
For agents
markdown · JSON · MCP: product_card(name="RNCryptor/RNCryptor")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem