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

TakeScoop/SwiftyRSA

RSA public/private key encryption in Swift observed · 2026-08-28

github.com/TakeScoop/SwiftyRSA · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 1
  • 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: 4080
  • days_rel: n/a
  • days_push: 599
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1304 stars · 357 forks observed · 2026-08-28

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

SwiftyRSA is a Swift library for RSA public/private key encryption and decryption on Apple platforms. It supports loading keys from PEM, DER, Base64, data, or SecKey references and encrypting/decrypting strings with PKCS1 padding.

Use cases

  • encrypt sensitive data like license numbers with an RSA public key in an iOS app
  • decrypt RSA-encrypted payloads with a private key in Swift
  • load PEM or DER public/private keys in an iOS or macOS app
  • wrap SecKey references in a friendlier Swift API for RSA operations
  • produce base64-encoded RSA ciphertext to send to a backend API

When to choose

  • you need RSA encryption/decryption in Swift on iOS, tvOS, watchOS, or macOS
  • you want simple PEM/DER key loading and PKCS1 padding out of the box
  • you need an Objective-C-compatible RSA pod

When to avoid

  • you need modern asymmetric crypto like Ed25519 or X25519 rather than RSA
  • you need full TLS or certificate handling rather than raw RSA
  • you are not on an Apple/Swift platform

Facets

library · maturity maintenance

cryptography security security mobile-development apple-ecosystem rsa encryption swift pem public-key-cryptography tvos watchos ios macos

1 source

Member repositories

RepositoryRoleHealth v2
TakeScoop/SwiftyRSAmain23

For agents

markdown · JSON · MCP: product_card(name="TakeScoop/SwiftyRSA")

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