GitHub topics: encryption-library
minio/sio
Go implementation of the Data At Rest Encryption (DARE) format.
Language: Go - Size: 130 KB - Last synced at: 2 days ago - Pushed at: 8 months ago - Stars: 372 - Forks: 56

jantytgat/go-transcrypt
go-transcrypt provides functionality to encrypt arbitrary data into a hex encoded string for safe on-disk storage
Language: Go - Size: 38.1 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

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.
Language: C++ - Size: 12.6 MB - Last synced at: 23 minutes ago - Pushed at: 9 months ago - Stars: 3,191 - Forks: 766

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
Language: TypeScript - Size: 1.24 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 4 - Forks: 0

yo525/SME
SME256 Encryption Library is a Python package that implements the 256 Scrambled-Matrix-Encryption (SME256) algorithm
Language: Python - Size: 139 KB - Last synced at: 17 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

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.
Size: 89.8 KB - Last synced at: 26 days ago - Pushed at: about 1 year ago - Stars: 14 - Forks: 2

bitcoin-core/ctaes
Simple constant-time AES implementation
Language: C - Size: 43 KB - Last synced at: 19 days ago - Pushed at: 3 months ago - Stars: 117 - Forks: 45

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.
Language: Kotlin - Size: 131 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Wind-River/crypto-detector
Cryptography detection tool
Language: Python - Size: 209 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 155 - Forks: 31

paixaop/node-sodium
Port of the lib sodium encryption library to Node.js
Language: C - Size: 8.57 MB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 350 - Forks: 127

metamorphic-spyware/EnroCrypt
Swiss Army Knife for cryptographic work
Language: Python - Size: 81.1 KB - Last synced at: 18 days ago - Pushed at: 8 months ago - Stars: 3 - Forks: 3

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.
Language: C# - Size: 137 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

weikengchen/libdpf
2-party 1-bit Distributed Point Function for PIR read and/or write
Language: C - Size: 12.7 KB - Last synced at: 5 days ago - Pushed at: about 4 years ago - Stars: 12 - Forks: 1

jj5/kickass-crypto
Contemporary PHP cryptography library circa 2023
Language: PHP - Size: 14.1 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 0

troian/jwtpp
JSON Object Signing and Encryption library for C++.
Language: C++ - Size: 205 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 67 - Forks: 33

samadpls/ImageCipher
ImageCipher is a Python library for encoding and decoding messages in images using steganography and optional encryption
Language: Python - Size: 2.87 MB - Last synced at: 21 days ago - Pushed at: 6 months ago - Stars: 7 - Forks: 0

Tracy-Tzu/blake2-go-bindings
Language: C - Size: 92.8 KB - Last synced at: 9 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Tracy-Tzu/kyber-go-native
Language: Go - Size: 2.61 MB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 1

leventkaragol/libcpp-crypto
Easy-to-use, symmetric (AES-256) and asymmetric (RSA) encryption and also hash (SHA-256) library for C++ (17+)
Language: C++ - Size: 86.9 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

daves-hub/Cryptography
This is a repository exploring different encryption methods.
Language: Python - Size: 935 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

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.
Language: C# - Size: 27.3 KB - Last synced at: 11 days ago - Pushed at: about 8 years ago - Stars: 7 - Forks: 2

AlaaHajri/PythonCaesarEncryptionDecryption
PythonCaesarEncryptionDecryption
Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

kmohamed2020/rc4
This quite implementation for RC4, Encryption Algorithm
Language: C - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 5

Insprill/EZ-Encrypt
A light-weight Java library that makes AES encryption simple.
Language: Java - Size: 192 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

BaseMax/SimplestRSA
Simplest implementation of RSA algorithm encryption and decryption. (In only 13 lines)
Language: PHP - Size: 25.4 KB - Last synced at: 7 days ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 0

rapidslayer101/Enc-Py
Python one time pad (OTP) symmetric XOR encryption (seed->OTP->XOR)
Language: Python - Size: 27.5 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

danizen/confsecrets
A simple utility module to symmetrically encrypt/decrypt application secrets
Language: Python - Size: 356 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

arvin-dt/dsma-ubuntu-vmss-app-gateway
DSM Accelerator deployed on Azure VM Scale Sets load balanced by an App Gateway.
Language: Shell - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

cenotes/cenotes-lib
Package for all the crypto operations behind cenotes
Language: Python - Size: 41 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

ceccun/downtable-encryption
Downtable match based encryption.
Language: JavaScript - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

buhman/cryptio
file-like interface for authenticated encryption
Language: Python - Size: 13.7 KB - Last synced at: 21 days ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

tom-auger/secretbox
A .NET library for symmetric key encryption using the Gimli permutation
Language: C# - Size: 77.1 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

moviet/php-encryption
Crypsic - A speed metal encryption library for php
Language: PHP - Size: 94.7 KB - Last synced at: 18 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Dealogic/azure-servicebus-encryption
Azure Service Bus Encryption Library
Language: C# - Size: 27.3 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

ComprosoftCEO/Hexacrypt-PHP
PHP extension for Hexacrypt programmed using PHP-CPP
Language: C++ - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
