1 repositorio
Cryptography implementations written natively in the Swift programming language.
Distinct from Swift Cryptography: No existing candidate covers the specific intersection of native Swift implementation and general cryptographic libraries.
Explore 1 awesome GitHub repository matching security & cryptography · Swift Cryptography Libraries. Refine with filters or upvote what's useful.
CryptoSwift is a cryptography library implemented entirely in the Swift programming language. It provides a collection of standard cryptographic algorithms for encryption, decryption, and hashing without relying on native C libraries or system frameworks. The library supports symmetric and asymmetric encryption, including RSA key generation and signature management. It features authenticated encryption schemes and the ability to generate cryptographic digests for data integrity verification. The toolset covers message authentication codes, secure key derivation from passwords, and data paddi
A comprehensive cryptography library implemented entirely in the Swift programming language.