encryption-library
There are 37 repositories under encryption-library topic.
homenc/HElib
HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
minio/sio
Go implementation of the Data At Rest Encryption (DARE) format.
paixaop/node-sodium
Port of the lib sodium encryption library to Node.js
Wind-River/crypto-detector
Cryptography detection tool
bitcoin-core/ctaes
Simple constant-time AES implementation
troian/jwtpp
JSON Object Signing and Encryption library for C++.
paulveillard/cybersecurity-searchable-symmetric-encryption
An ongoing & curated collection of awesome software best practices and techniques, libraries and frameworks, E-books and videos, websites, blog posts, links to github Repositories, technical guidelines and important resources about Searchable Symmetric Encryption.
weikengchen/libdpf
2-party 1-bit Distributed Point Function for PIR read and/or write
BaseMax/SimplestRSA
Simplest implementation of RSA algorithm encryption and decryption. (In only 13 lines)
kmohamed2020/rc4
This quite implementation for RC4, Encryption Algorithm
samadpls/ImageCipher
ImageCipher is a Python library for encoding and decoding messages in images using steganography and optional encryption
stephenhaunts/Block-Encryptor
A simple C# code library that makes encrypting blocks of data easier. Data blocks are encrypted using AES but also have HMAC integrity built in to guard against data tampering or corruption. This library is designed to be very easy to use.
jj5/kickass-crypto
Contemporary PHP cryptography library circa 2023
AnkanSaha/outers
Outers is a vibrant npm package that can help you to encrypt - decrypt messages, color up in terminal, send response,and many more things
crodel/Kryptel-high-level-Java-encryption-library
Kryptel and Silver Key encryption engine. In addition to basic cryptographic functions the library implements high-level encrypted storage (both generic and file-oriented variations) for secure storage and backup, and encrypted parcels for secure file exchange.
leventkaragol/libcpp-crypto
Easy-to-use, symmetric (AES-256) and asymmetric (RSA) encryption and also hash (SHA-256) library for C++ (17+)
metamorphic-spyware/EnroCrypt
Swiss Army Knife for cryptographic work
buhman/cryptio
file-like interface for authenticated encryption
ceccun/downtable-encryption
Downtable match based encryption.
Speckmops/AESClass
AESClass is a lightweight class for encrypting and decrypting with AES
AndroidWithRossyn/Encrypted-SharedPreferences
Encrypted SharedPreferences uses strong encryption algorithms (AES-256) and is integrated with the Android Keystore system, which securely manages the encryption keys.
cenotes/cenotes-lib
Package for all the crypto operations behind cenotes
daves-hub/Cryptography
This is a repository exploring different encryption methods.
Dealogic/azure-servicebus-encryption
Azure Service Bus Encryption Library
Insprill/EZ-Encrypt
A light-weight Java library that makes AES encryption simple.
jantytgat/go-transcrypt
go-transcrypt provides functionality to encrypt arbitrary data into a hex encoded string for safe on-disk storage
Mohanadhatip/TUGHRA
Tughra is an open-source encryption library developed to provide robust, flexible encryption and decryption solutions. This library offers powerful End-to-End Encryption (E2EE) capabilities, ensuring that data remains secure and private throughout transmission. Tughra allows developers to leverage customizable encryption cycles, advanced algorithms
rapidslayer101/Enc-Py
Python one time pad (OTP) symmetric XOR encryption (seed->OTP->XOR)
tom-auger/secretbox
A .NET library for symmetric key encryption using the Gimli permutation
arvin-dt/dsma-ubuntu-vmss-app-gateway
DSM Accelerator deployed on Azure VM Scale Sets load balanced by an App Gateway.
danizen/confsecrets
A simple utility module to symmetrically encrypt/decrypt application secrets
Vennotius/Krypt2Library
A Polyalphabetic Cipher which uses a passphrase to generate a SHA512 hash from which a Xoshiro PNRG is seeded. This used to deterministically calculate the shift value of each character in sequence.
moviet/php-encryption
Crypsic - A speed metal encryption library for php
yo525/SME
SME256 Encryption Library is a Python package that implements the 256 Scrambled-Matrix-Encryption (SME256) algorithm