awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jedisct1 avatar

jedisct1/swift-sodium

0
View on GitHub↗
550 stars·204 forks·C·ISC·10 views

Swift Sodium

Safe and easy to use crypto for iOS and macOS

Features

  • Swift Cryptography - Swift interface for the Sodium library.
  • Cryptography - Interface for common cryptographic operations via Sodium.

Star history

Star history chart for jedisct1/swift-sodiumStar history chart for jedisct1/swift-sodium

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Swift Sodium

These projects share indexed features with Swift Sodium. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • iosdevzone/idzswiftcommoncryptoiosdevzone avatar

    iosdevzone/IDZSwiftCommonCrypto

    478View on GitHub↗

    A wrapper for Apple's Common Crypto library written in Swift.

    Swift
    View on GitHub↗478
  • krzyzanowskim/cryptoswiftkrzyzanowskim avatar

    krzyzanowskim/CryptoSwift

    10,556View on GitHub↗

    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

    Swiftaesaes-gcmcipher
    View on GitHub↗10,556
  • cossacklabs/themiscossacklabs avatar

    cossacklabs/themis

    1,965View on GitHub↗

    Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

    Casymmetric-cryptographyauthenticationcryptography
    View on GitHub↗1,965
  • amosavian/jwsetkitamosavian avatar

    amosavian/JWSETKit

    67View on GitHub↗

    A full-featured Swift library for JOSE standards with first-class support for CryptoKit keys, providing JWS, JWT, SD-JWT, and JWE with signing, encryption, and JWK key management.

    Swift
    View on GitHub↗67
Compare all 30 related projects→

Frequently asked questions

What does jedisct1/swift-sodium do?

Safe and easy to use crypto for iOS and macOS

What are the main features of jedisct1/swift-sodium?

The main features of jedisct1/swift-sodium are: Swift Cryptography, Cryptography.

Which projects share features with jedisct1/swift-sodium?

Projects with overlapping indexed features include: krzyzanowskim/cryptoswift — CryptoSwift is a cryptography library implemented entirely in the Swift programming language. It provides a collection… iosdevzone/idzswiftcommoncrypto — A wrapper for Apple's Common Crypto library written in Swift. cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… amosavian/jwsetkit — A full-featured Swift library for JOSE standards with first-class support for CryptoKit keys, providing JWS, JWT,… attaswift/siphash — Simple and secure hashing in Swift with the SipHash algorithm. artem-smotrakov/micropython-rsa-signing — This is an implementation of RSA signing for MicroPython. It's writter in pure Python, and based on python-rsa version…