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

cossacklabs/themis

0
View on GitHub↗
1,965 stars·159 forks·C·Apache-2.0·14 viewswww.cossacklabs.com/themis↗

Themis

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

Features

  • Cryptographic Libraries - High-level library for secure data storage and messaging.
  • Java Cryptography - High-level wrapper for secure storage and messaging in Java.
  • JavaScript Cryptography - High-level library for secure data storage and messaging.
  • Objective-C Cryptography - High-level wrapper for secure messaging and storage on Apple platforms.
  • PHP Cryptography - High-level wrapper for secure messaging and storage in PHP.
  • Python Cryptography - High-level wrapper for secure messaging and storage in Python.
  • Ruby Cryptography - High-level wrapper for secure messaging and storage in Ruby.
  • Swift Cryptography - High-level wrapper for secure messaging and storage in Swift.
  • Cryptography - Multi-language framework for encryption and authenticated data exchange.
  • Cryptography Libraries - Library for painless data security and secure sockets.
  • Encryption - Implement secure data storage and communication.
  • Mobile Security - Multi-platform cryptographic framework for data protection.
  • Mobile Security Assessment - Multi-platform library for secure data storage and messaging.
  • Security and Cryptography - Multi-platform library for advanced data security tasks.
  • Security and Encryption - Multi-language framework for encryption and authenticated data exchange.
  • Security And Privacy - Framework for encryption, transport protection, and authentication.

Star history

Star history chart for cossacklabs/themisStar history chart for cossacklabs/themis

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 Themis

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

    jedisct1/libsodium

    13,467View on GitHub↗

    Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption, decryption, digital signatures, password hashing, and secure key exchange. It is designed to facilitate secure communication and data integrity across diverse hardware architectures and operating systems. The library distinguishes itself by utilizing constant-time primitive execution to prevent side-channel attacks and employing memory-hard algorithms to increase the difficulty of brute-force password attacks. It abstracts complex mathematical operations into simplified inter

    Cccryptocryptography
    View on GitHub↗13,467
  • libtom/libtomcryptlibtom avatar

    libtom/libtomcrypt

    1,773View on GitHub↗

    LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.

    Cccryptographyencryption
    View on GitHub↗1,773
  • pyca/cryptographypyca avatar

    pyca/cryptography

    7,628View on GitHub↗

    This project is a Python cryptography library that provides a collection of cryptographic primitives and high-level recipes for implementing secure encryption and authentication. It functions as a symmetric encryption toolkit and a cryptographic hash provider, offering both a low-level cryptographic interface for building custom protocols and high-level tools for securing data. The library covers a broad range of security capabilities, including symmetric data encryption, the derivation of cryptographic keys from passwords or secret values, and data integrity verification through the generati

    Pythoncryptographypython
    View on GitHub↗7,628
  • awslabs/s2nawslabs avatar

    awslabs/s2n

    4,736View on GitHub↗

    s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It provides a modular cryptographic backend interface to encrypt data streams, manage handshakes, and handle mutual authentication between peers. The project focuses on post-quantum cryptography, integrating quantum-resistant key exchange and digital signatures to protect connections against future computing threats. It distinguishes itself through security hardening measures, such as memory-locked secret storage to prevent keys from being swapped to disk and timing-attack mitiga

    C
    View on GitHub↗4,736
Compare all 30 related projects→

Frequently asked questions

What does cossacklabs/themis do?

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

What are the main features of cossacklabs/themis?

The main features of cossacklabs/themis are: Cryptographic Libraries, Java Cryptography, JavaScript Cryptography, Objective-C Cryptography, PHP Cryptography, Python Cryptography, Ruby Cryptography, Swift Cryptography.

Which projects share features with cossacklabs/themis?

Projects with overlapping indexed features include: jedisct1/libsodium — Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption,… libtom/libtomcrypt — LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast… pyca/cryptography — This project is a Python cryptography library that provides a collection of cryptographic primitives and high-level… awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It… defuse/php-encryption — php-encryption is a symmetric encryption library for PHP that provides tools for authenticated encryption and key… krzyzanowskim/cryptoswift — CryptoSwift is a cryptography library implemented entirely in the Swift programming language. It provides a collection…