GitHub topics: cryptography-library
koba-e964/base58-go
A fast implementation of Base58 with resistance to side-channel attacks.
Language: Go - Size: 25.4 KB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 0
pq-code-package/mlkem-native
Secure, fast, and portable C90 implementation of ML-KEM / FIPS 203
Language: Assembly - Size: 51.6 MB - Last synced at: about 16 hours ago - Pushed at: about 17 hours ago - Stars: 115 - Forks: 38
TechnitiumSoftware/TechnitiumLibrary
A library for .net based applications.
Language: C# - Size: 2.15 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 106 - Forks: 55
cossacklabs/themis
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
Language: C - Size: 47.7 MB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 1,943 - Forks: 154
CypheronLabs/Cypheron-core
Core Project
Language: Rust - Size: 11.4 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
bylickilabs/TitanCrypt-Engine
TitanCrypt Engine provides secure, high-performance encryption for entire directory structures by packaging them into a single, authenticated container file. Designed for developers who need reliable data protection, integrity validation, and seamless integration into modern Python applications.
Language: Python - Size: 43 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
randombit/botan
Cryptography Toolkit
Language: C++ - Size: 108 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 3,061 - Forks: 614
Mbed-TLS/mbedtls
An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
Language: C - Size: 130 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 6,245 - Forks: 2,791
secretflow/yacl
YACL (Yet Another Common crypto library) is a C++ library that contains cryptography, network and io modules which other SecretFlow code depends on.
Language: C++ - Size: 6.31 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 118 - Forks: 83
IronCoreLabs/ironoxide
Rust SDK for IronCore's Data Control Platform for end-to-end encryption
Language: Rust - Size: 895 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 11 - Forks: 3
Punsara22/Chrome-Chromium-cookie-parser-and-decryptor
🗝 Extract and decrypt Chromium-based browser cookies, saving them in multiple formats for easy access and analysis.
Language: C# - Size: 1.3 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0
NillionNetwork/blindfold-py
Python library for working with encrypted data within nilDB queries and replies.
Language: Python - Size: 130 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 9 - Forks: 2
NillionNetwork/hkdfs
HMAC-based key derivation function (HKDF) standalone implementation using pure Python.
Language: Python - Size: 14.6 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0
sodiumoxide/sodiumoxide 📦
[DEPRECATED] Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium)
Language: Rust - Size: 15.3 MB - Last synced at: 8 days ago - Pushed at: about 3 years ago - Stars: 645 - Forks: 177
microsoft/Spartan
Spartan: High-speed zkSNARKs without trusted setup
Language: Rust - Size: 159 KB - Last synced at: 24 days ago - Pushed at: about 1 month ago - Stars: 806 - Forks: 141
VinKekFish/VinKekFish
VinKekFish 4096 bit symmetric key crypto prime repository
Language: C# - Size: 52.8 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 0
cybersecurity-dev/awesome-cryptography
Awesome Cryptography
Size: 27.3 KB - Last synced at: 7 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0
jmlepisto/clatter
no_std compatible, pure Rust implementation of the Noise protocol framework with post-quantum support
Language: Rust - Size: 731 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 24 - Forks: 2
president-xd/Cryptix
The Cryptix a powerful python library which provides decryption functions for various ciphers. Below are examples demonstrating how to use the decryption functions for different ciphers included in the package.
Language: Python - Size: 75.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 1
dusk-network/dusk-zerocaf 📦
Zerocaf: A library built for EC operations in Zero Knowledge.
Language: Rust - Size: 5.65 MB - Last synced at: 30 days ago - Pushed at: over 4 years ago - Stars: 52 - Forks: 10
ladnir/cryptoTools
A repo to hold common tools used by my crypto projects
Language: C++ - Size: 2.28 MB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 131 - Forks: 57
power4j/skf-rs
Rust wrapper for GM/T 0016-2012 (Smart token cryptography application interface specification)
Language: Rust - Size: 259 KB - Last synced at: 7 days ago - Pushed at: 13 days ago - Stars: 7 - Forks: 3
paragonie/sodium_compat
Pure PHP polyfill for ext/sodium
Language: PHP - Size: 2.04 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 921 - Forks: 67
AndreasKarageorgos/noiserandom
This random number generator leverages the inherent noise found in images captured by low-tech cameras to produce truly random numbers.
Language: Python - Size: 150 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
lapets/pailliers
Minimal pure-Python implementation of Paillier's additively homomorphic cryptosystem.
Language: Python - Size: 50.8 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
lapets/rabinmiller
Pure-Python implementation of the Rabin-Miller primality test.
Language: Python - Size: 48.8 KB - Last synced at: 12 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
brndnmtthws/dryoc
Don't Roll Your Own Crypto: pure-Rust, hard to misuse cryptography library
Language: Rust - Size: 1.01 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 320 - Forks: 18
icedmoca/SHA256-90R
Includes AES-XR, Blowfish-XR, SHA256-90R, and Base64X . With extended security parameters, regression tests, and clean API design.
Language: C - Size: 487 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
dyfet/kakusu
C++ crypto toolkit supporting openssl, wolfssl, sodium, minicrypt.
Language: C++ - Size: 67.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 0
nthparty/bcl
Python library that provides a simple interface for symmetric (i.e., secret-key) and asymmetric (i.e., public-key) encryption/decryption primitives.
Language: Python - Size: 42.1 MB - Last synced at: 17 days ago - Pushed at: 29 days ago - Stars: 3 - Forks: 4
weikengchen/libdpf
2-party 1-bit Distributed Point Function for PIR read and/or write
Language: C - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 12 - Forks: 1
thomdixon/pysha2
Pure Python implementation of SHA2 (i.e., SHA224, SHA256, SHA384, and SHA512).
Language: Python - Size: 25.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 56 - Forks: 32
nthparty/ge25519
Pure Python data structure for working with Ed25519 (and Ristretto) group elements and operations.
Language: Python - Size: 112 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0
nthparty/fe25519
Pure-Python data structure for working with Ed25519 (and Ristretto) field elements and operations.
Language: Python - Size: 68.4 KB - Last synced at: 24 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0
KotlinCrypto/random
A Kotlin Multiplatform library for procuring cryptographically secure random data.
Language: Kotlin - Size: 771 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 31 - Forks: 3
KotlinCrypto/core
Low level core cryptographic components for Kotlin Multiplatform
Language: Kotlin - Size: 1.24 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 26 - Forks: 2
paragonie/halite
High-level cryptography interface powered by libsodium
Language: PHP - Size: 1.28 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1,141 - Forks: 90
KotlinCrypto/MACs
Message Authentication Code algorithms for Kotlin Multiplatform
Language: Kotlin - Size: 1.04 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 23 - Forks: 3
KotlinCrypto/hash
Cryptographic hash functions for Kotlin Multiplatform
Language: Kotlin - Size: 1.45 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 86 - Forks: 5
KotlinCrypto/sponges
Sponge functions for Kotlin Multiplatform
Language: Kotlin - Size: 274 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 4 - Forks: 3
DavidOsipov/PostQuantum-Feldman-VSS
Post-Quantum Secure Feldman's Verifiable Secret Sharing (VSS) in Python.
Language: Python - Size: 732 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 4 - Forks: 0
heliomarpm/cryptoh
A clean and easy-to-use cryptography utility library for Node.js, built on top of the native crypto module.
Language: TypeScript - Size: 1.13 MB - Last synced at: 29 days ago - Pushed at: 30 days ago - Stars: 1 - Forks: 0
shinovon/mbedtls-symbian
MBed TLS port for Symbian
Language: C - Size: 84.4 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 11 - Forks: 0
Malleshappa-Patil/CipherVault
A secure educational password manager built in Python featuring AES-256 encryption, PBKDF2 key derivation, and both CLI and web interfaces. Users store all passwords in an encrypted vault protected by a single master password, with strong cryptographic security but designed for learning purposes only.
Language: Python - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
4hj362376678/talonlib
🚀 Generate secure pharmacy vouchers with talonlib, a cutting-edge library using patented cryptographic technology for robust protection and data integrity.
Language: Python - Size: 28.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
mrzff1/talonlib
УНППТ™ — генератор криптостойких талонов для Минцифры
Language: Python - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
rmlibre/aiootp
a high-level async cryptographic anonymity library to scale, simplify, & automate privacy best practices for secure data & identity processing, communication, & storage.
Language: Python - Size: 3.52 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 13 - Forks: 4
Jemtaly/CryptoXX
A modern, high-speed, easy-to-use object-oriented C++ cryptographic library, aims to simplify the steps of using, making cryptographic algorithms modular and unifying the interface, thus enhancing scalability and flexibility of use. 一个现代、高效、易用的面向对象 C++ 密码库,旨在简化使用步骤,同时使密码算法模块化并统一接口,从而提升可扩展性和使用的灵活性。
Language: C++ - Size: 1.79 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 9 - Forks: 3
WanThinnn/Hybrid-CP-ABE-Library
Hybrid Ciphertext Policy Attribute Based Encryption Library for C/C++
Language: C++ - Size: 78.1 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0
Cypher-Laboratory/Alice-s-Ring
A set of tools to use Ring Signatures everywhere
Language: TypeScript - Size: 268 MB - Last synced at: 23 days ago - Pushed at: 8 months ago - Stars: 21 - Forks: 3
Andrey-oss/Cryptographic_API
Cryptographic_API - Simple crypto API written on python3 without any libraries
Language: Python - Size: 15.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
NillionNetwork/blindfold-ts
TypeScript library for working with encrypted data within nilDB queries and replies.
Language: TypeScript - Size: 381 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 15 - Forks: 4
koba-e964/bip32-typesafe
A Go implementation of BIP 32 which is type-safe and a best-effort attempt at timing-attack resistance
Language: Go - Size: 80.1 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
Synss/python-mbedtls
Cryptographic library with an mbed TLS back end
Language: Python - Size: 9.67 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 84 - Forks: 32
hellman/cry
SageMath/Python Toolkit for Cryptanalytic Research
Language: Python - Size: 122 KB - Last synced at: 5 days ago - Pushed at: 6 months ago - Stars: 41 - Forks: 8
Ayrx/python-fastpbkdf2 📦
Python bindings for fastpbkdf2
Language: Python - Size: 59.6 KB - Last synced at: about 2 months ago - Pushed at: almost 9 years ago - Stars: 25 - Forks: 5
nitram509/jmacaroons
Pure Java implementation of Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud. Android ready. Online playground available. Project is STALE
Language: Java - Size: 1.45 MB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 118 - Forks: 12
paragonie/EasyRSA
Simple and Secure Wrapper for phpseclib
Language: PHP - Size: 38.1 KB - Last synced at: 19 days ago - Pushed at: over 3 years ago - Stars: 197 - Forks: 34
Sajjon/EllipticCurveKit 📦
Elliptic Curve Cryptography in Pure Swift
Language: Swift - Size: 950 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 43 - Forks: 11
sfuhrm/saphir-hash
Cryptographic message digest algorithms as a Java library with standard JCA adapters
Language: Java - Size: 4.47 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0
nitram509/macaroons.js
Javascript implementation of Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud.
Language: HTML - Size: 715 KB - Last synced at: 26 days ago - Pushed at: 11 months ago - Stars: 79 - Forks: 10
aydinnyunus/PhoneKeypadto-String
Phone KeyPad to String (HacktheBox Cryptography)
Language: Python - Size: 291 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 3
Kartmaan/filecrypt
Python script to encrypt and decrypt files
Language: Python - Size: 182 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 2
secp256k2/secp256k2
Basic Arithmetic or Advanced Cryptographic Protocols, SECP256k2 Provides the Essential Functions Needed for Modern Cryptography Generating & Converting
Language: Python - Size: 28.3 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 6
wallets-finder/crypto-recovery
Crypto Recovery
Language: C++ - Size: 1.06 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
ioerror/highctidh
Language: C - Size: 1.89 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 3
DavyLandman/compact25519
A compact portable X25519 + Ed25519 implementation
Language: C - Size: 102 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 38 - Forks: 11
Xidda/secrecy
🤫 A simple secret-keeping library for Go. secret
Language: Go - Size: 10.7 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
frankw2/libfss
Library for performing Function Secret Sharing (FSS)
Language: C++ - Size: 69.3 KB - Last synced at: 5 months ago - Pushed at: about 7 years ago - Stars: 90 - Forks: 32
supinie/enc_rust
Rust implementation of PQC KEM Kyber and signature scheme Dilithium
Language: Rust - Size: 414 KB - Last synced at: 6 days ago - Pushed at: 10 months ago - Stars: 2 - Forks: 1
jhdcruz/kipher
Cryptographic library for ready-to-use cryptographic operations for JVM applications.
Language: Kotlin - Size: 1.75 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 8 - Forks: 1
calccrypto/OpenPGP
A C++ Implementation of RFC 4880
Language: C++ - Size: 26 MB - Last synced at: 7 months ago - Pushed at: about 6 years ago - Stars: 115 - Forks: 34
sebastienrousseau/kyberlib
A Robust Rust Library for CRYSTALS-Kyber Post-Quantum Cryptography 🦀
Language: Rust - Size: 451 KB - Last synced at: 7 months ago - Pushed at: 8 months ago - Stars: 35 - Forks: 3
marcellomaugeri/Schaege-Schwenk-CDH-based-Ring-Signature-Scheme
[Work in progress] This repo contains the implementation of the ring signature scheme proposed in "A CDH-Based Ring Signature Scheme with Short Signatures and Public Keys" by Sven Schäge & Jörg Schwenk
Size: 15.6 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
imdea-software/homomorphic-authentication-library
HAL: A Library for Homomorphic Authentication
Language: C - Size: 378 KB - Last synced at: 7 months ago - Pushed at: over 8 years ago - Stars: 20 - Forks: 3
Division-of-Cyber-Anarchy/NyxCrypta
Python cryptography library
Language: Python - Size: 116 KB - Last synced at: 22 days ago - Pushed at: 10 months ago - Stars: 6 - Forks: 0
Xeertz-Org/diffie_hellman
Dart implementation of modular Diffie-Hellman
Language: Dart - Size: 94.7 KB - Last synced at: 28 days ago - Pushed at: 8 months ago - Stars: 4 - Forks: 3
jdwhite48/groth-sahai-rs
A Rust library for the Groth-Sahai non-interactive witness-indistinguishable and zero-knowledge proof system
Language: Rust - Size: 175 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 13 - Forks: 4
Ayrx/python-aead
An Authenticated Encryption with Associated Data (AEAD) implementation for Python.
Language: Python - Size: 22.5 KB - Last synced at: 2 months ago - Pushed at: almost 8 years ago - Stars: 36 - Forks: 3
pmuens/ecc-ts
Elliptic Curve Cryptography implementation of ECDH and ECDSA on curve secp256k1
Language: TypeScript - Size: 38.1 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0
nuxed/crypto
The Nuxed Crypto component provides a high-level cryptography interface that relies on libsodium for all of its underlying cryptography operations.
Language: Hack - Size: 113 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 4
freakingrocky/thoryvos
The All In One Cryptographic Toolkit
Language: Python - Size: 23.3 MB - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 8 - Forks: 2
cossacklabs/hermes-core
Security framework for building multi-user end-to-end encrypted data storage and sharing/processing with zero leakage risks from storage and transport infrastructure.
Language: C - Size: 795 KB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 87 - Forks: 14
rafael-santiago/kryptos
A multiplatform easy to embed crypto library.
Language: C - Size: 2.08 MB - Last synced at: 21 days ago - Pushed at: 9 months ago - Stars: 4 - Forks: 0
Mrtimu139/non-transitive-dice-game-hmac
A console-based implementation of a Generalized Non-Transitive Dice Game with HMAC verification. Supports configurable dice, fairness in random number generation, and enhanced usability features like detailed help tables.
Language: JavaScript - Size: 32.8 MB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
whgudwn824rui/cryptocurrency-security
Size: 2.09 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0
GRISHNOV/PKCS7-Padding
Implementation of PKCS7 padding in C
Language: C - Size: 9.77 KB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 26 - Forks: 8
rafael-santiago/boojum
A masker and wiper for RAM data
Language: C - Size: 591 KB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1
veraeliseeva1967/cryptocurrency-security
Size: 0 Bytes - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 6 - Forks: 0
ishan-surana/cryptosystems
The 𝚌𝚛𝚢𝚙𝚝𝚘𝚜𝚢𝚜𝚝𝚎𝚖𝚜 package offers a suite of classes and functions for both symmetric and asymmetric encryption, signature-verification, hashing algorithms, key exchange protocols as well as mathematical utility functions. Docs at https://cryptosystems.readthedocs.io.
Language: HTML - Size: 4.22 MB - Last synced at: 25 days ago - Pushed at: 11 months ago - Stars: 2 - Forks: 2
AtropineTears/Lamport-rs
A Post-Quantum Cryptographic Library For Lamport Signatures
Language: Rust - Size: 46.9 KB - Last synced at: 20 days ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 3
epicchainlabs/EpicChain.Cryptography.BLS12_381.Native
Native is a specialized library designed to provide native implementations of cryptographic operations based on the BLS12-381 elliptic curve pairing-friendly curve
Language: Rust - Size: 14.6 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
nsacyber/simon-speck-supercop 📦
Fast implementations of the SIMON and SPECK lightweight block ciphers for the SUPERCOP benchmark toolkit. #nsacyber
Language: C - Size: 39 MB - Last synced at: 8 months ago - Pushed at: over 7 years ago - Stars: 46 - Forks: 17
FardinHash/Cryptography-Python
All about Cryptography tools & techniques. Python implementation.
Language: Python - Size: 8.79 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1
terl/hydride-android
Hydride binds against Libhydrogen to provide a simple cryptography that is compatible with Android API 16 and above.
Language: Java - Size: 185 KB - Last synced at: 7 months ago - Pushed at: about 5 years ago - Stars: 10 - Forks: 2
exploide/ulpcrypt
Implementation of the U-LP Cryptosystem
Language: C - Size: 189 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1
MbarkT3STO/MB-Security-DLL
A DLL library for (C#.NET ) helping you to Encrypt & Decrypt data
Size: 10.8 MB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 1
antfarmer/easyjce
EasyJCE provides an easy to use interface for encrypting, decrypting, and hashing data for transmission or storage using the Java Cryptographic Extension (JCE).
Language: Java - Size: 33.6 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
PaddyKe/FFX
Python implementation of format preserving encryption defined as a NIST draft (FF1, FF3-1)
Language: Python - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
nthparty/rbcl
Python library that bundles libsodium and provides wrappers for its Ristretto group functions.
Language: Python - Size: 47.9 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 5