← all projects

Kryptografi

A Library for rsa-encryption and decryption for native application development.

View on GitHub ↗Swiftupdated 11mo ago

SwiftSecurity framework

High-level design

A small Swift library wrapping Apple's Security framework so RSA encrypt/decrypt is a clean Swift API, with no external crypto dependency.

key handling

via Apple's Security framework

encrypt / decrypt API

a native Swift surface over the underlying C API

Low-level design

No external dependencies — deliberately built directly on Apple's Security framework.

  • Keeps the crypto surface minimal and auditable rather than pulling in a general-purpose crypto package