Ross ROSS = Recommend OSS · open-source software intelligence for agents

ideawu/Objective-C-RSA

Doing RSA encryption and decryption with Objective-C on iOS observed · 2026-08-28

github.com/ideawu/Objective-C-RSA · homepage · Objective-C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4229
  • days_rel: n/a
  • days_push: 1895
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1158 stars · 279 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A small Objective-C library for performing RSA encryption and decryption on iOS, using PEM-formatted public and private keys. It provides simple class methods to encrypt/decrypt strings and data, with a companion PHP script for cross-language testing.

Use cases

  • encrypt data with an RSA public key in an iOS app
  • decrypt server-sent RSA-encrypted data on iOS
  • interoperate RSA encryption between iOS and PHP
  • encrypt strings with only a public key in Objective-C
  • handle PEM public/private keys in an iOS app

When to choose

  • you need simple RSA encrypt/decrypt in an Objective-C iOS project
  • you must match RSA behavior with a PHP backend
  • you want a lightweight drop-in RSA.h/RSA.m without heavy dependencies

When to avoid

  • you need thread-safe cryptographic operations
  • you need modern algorithms beyond RSA or keychain-managed keys
  • you are writing Swift and prefer a native Swift solution
  • you need actively maintained code with a clear license

Facets

library · maturity maintenance

cryptography security security mobile-development rsa objective-c encryption decryption public-key private-key ios mobile

2 sources

Member repositories

RepositoryRoleHealth v2
ideawu/Objective-C-RSAmain32

For agents

markdown · JSON · MCP: product_card(name="ideawu/Objective-C-RSA")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem