swift-sodium
Crypto framework
A Swift framework providing an easy-to-use interface to cryptographic operations.
Safe and easy to use crypto for iOS and macOS
522 stars
24 watching
188 forks
Language: C
last commit: about 2 months ago
Linked from 3 awesome lists
cryptographylibsodiumswift
Related projects:
Repository | Description | Stars |
---|---|---|
jedisct1/libsodium.js | A WebAssembly and pure JavaScript implementation of the sodium crypto library for secure communication | 999 |
jedisct1/libhydrogen | A lightweight cryptographic library providing simple functions to solve common problems. | 637 |
iosdevzone/idzswiftcommoncrypto | A Swift wrapper for Apple's CommonCrypto library used for cryptographic operations | 478 |
apple/swift-crypto | An implementation of Apple's CryptoKit API on Linux platforms | 1,486 |
mehrankmlf/easycrypto | An iOS app demonstrating Clean Architecture and MVVM with SwiftUI and Combine framework | 80 |
sgl0v/scrypto | Provides a Swift interface to CommonCrypto routines for cryptographic tasks | 38 |
jedisct1/zig-charm | A portable and efficient cryptographic library for authenticated encryption and keyed hashing | 79 |
cryptocoinswift/sha256-swift | Provides Swift wrappers for CommonCrypto's SHA256 methods. | 72 |
jedisct1/libsodium | A portable and easy-to-use software library for encryption, decryption, signatures, password hashing, and more. | 12,372 |
soyersoyer/swcrypt | A comprehensive cryptographic framework for Swift, providing tools and functions for RSA public/private key generation, AES encryption/decryption, signature verification, elliptic curve cryptography, Diffie-Hellman protocol, and symmetric and authenticating ciphers. | 723 |
onmyway133/arcane | A Swift framework providing common cryptographic functions and tools | 283 |
sketchytech/swiftography | A Swift repository for cryptographic algorithms and font obfuscation using the CryptoJS library | 8 |
airsidemobile/joseswift | A framework for working with the JOSE standards for digital signatures and encryption in Swift. | 206 |
tonyg/js-nacl | A JavaScript API wrapper for cryptographic routines from the libsodium library. | 493 |
dchest/tweetnacl-js | A JavaScript implementation of cryptographic primitives inspired by the TweetNaCl library | 1,796 |