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
iosdevzone avatar

iosdevzone/IDZSwiftCommonCrypto

0
View on GitHub↗
478 stars·81 forks·Swift·MIT·10 views

IDZSwiftCommonCrypto

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

Features

  • Swift Cryptography - Swift wrapper for Apple's CommonCrypto library.
  • Cryptography - Wrapper for Apple's native Common Crypto library.

Star history

Star history chart for iosdevzone/idzswiftcommoncryptoStar history chart for iosdevzone/idzswiftcommoncrypto

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 IDZSwiftCommonCrypto

These projects share indexed features with IDZSwiftCommonCrypto. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • jedisct1/swift-sodiumjedisct1 avatar

    jedisct1/swift-sodium

    550View on GitHub↗

    Safe and easy to use crypto for iOS and macOS

    C
    View on GitHub↗550
  • 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 iosdevzone/idzswiftcommoncrypto do?

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

What are the main features of iosdevzone/idzswiftcommoncrypto?

The main features of iosdevzone/idzswiftcommoncrypto are: Swift Cryptography, Cryptography.

Which projects share features with iosdevzone/idzswiftcommoncrypto?

Projects with overlapping indexed features include: krzyzanowskim/cryptoswift — CryptoSwift is a cryptography library implemented entirely in the Swift programming language. It provides a collection… jedisct1/swift-sodium — Safe and easy to use crypto for iOS and macOS. 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…