public-key-encryption
There are 46 repositories under public-key-encryption topic.
ysmood/goe
A simple lib to load, parse and share environment variables.
mariiatuzovska/frodo
practical quantum-secure key encapsulation from generic lattices
capeprivacy/hybrid-pke
The Hybrid Public Key Encryption (HPKE) standard in Python
duality-solutions/VGP
VGP (Very Good Privacy) E2E Encryption Library
HandImpersonator/EasyPGPeasy
It's an easy, simple and straightforward tool to create PGP Keypairs, import third-party (or your already created...) Keys and use them easily.
xscriptor/xkyber_crypto
xKyberCrypto post-quantum encryption solutions in flutter based on the Kyber algorithm.
AbdelrahmanBayoumi/RSA-Algorithm
Implementation of RSA Algorithm (Encryption - Decryption)
SomajitDey/JuFF
Git-based secure messaging & file Sharing -- all from just a single bash script !! No long-term cloud storage of user data. Fully transparent and semi-decentralized. Text-based UI. Uses free services only...no hosting costs.
br-arruda/PGC
Um sistema distribuído para gerenciar permissão ao acesso de prontuários médicos digitais por meio de Smart Contracts.
felisevan/AnotherHPKE
An another Python implementation of HPKE (Hybrid Public Key Encryption)
itzmeanjan/saber
Saber: Post-Quantum Key Encapsulation Mechanism
nthparty/bcl
Python library that provides a simple interface for symmetric (i.e., secret-key) and asymmetric (i.e., public-key) encryption/decryption primitives.
S010MON/computer-security
A simple counter app where multiple users can login using a client and modify their counter by incrementing either up or down using all possible security measures
gulteking/rsaencryptor
Simple RSA 2048 Public Key Encryptor Command Line Application
lucianoscarpaci/rabin
This project implements the Rabin Cryptosystem in SageMath, a public-key encryption algorithm based on the integer factorization problem. The system uses blum primes for p and q to simplify the decryption process.
nucleoType98/Crypto-Viper
encrypt, decrypt, hash, crack any cipher
sidstuff/crypto
OpenSSL cryptography tutorial + simple RSA implementation in C.
tehnatural1/Project-PQ
Scan, collect and store public key information from the entire IPv4 address range for entropic analysis.
wpcodevo/deno-rs256-jwt
In this article, you'll learn how to implement JSON Web Token authentication with access and refresh tokens using the Web Cryptography API provided in Deno.
br-arruda/PGC-Prototype-Client
A distributed system to manage access permissions of electronic health records through smart contracts.
cicciog/CryptographyExample
Cryptography Primitives examples
kavinsanthoshG/pi5_aws_iot_core
🚀 AWS IoT Core: Connecting KY 037 Sound Sensor to Raspberry Pi 5 for AWS IoT Core Integration🌐
presidentbeef/ruby_crypto_examples
Examples of cryptography operations using Ruby's standard library.
sileneundula/libslug
libslug is the official library for cryptographic primitives used in slug20 including encryption, digital signatures, and certificates.
Sujit9821/hologram
This is a MERN (MongoDB, Express.js, React.js, Node.js) social app that allows users to connect and share content with each other. It provides features such as public key authentication, AWS S3 integration for image storage, and utilizes MongoDB with connect-mongo-session for session management.
10undertiber/asymmetric-key-tool
An easy way to create, load and use asymmetric private/public keys in Java.
akorkos/cryptography-basics
Cryptography topics made with Python
blacknet-ninja/blacklemon-poc
Snake-eye Resistance with Short Secrets, Proof of Concept Implementation beside SophOMR
code-architect/python-blockchain-light
A light weight blockchain build with python, JavaScript, html and flask framework for frontend. Some of the components are private and public key, transaction, mine, memory pool, fee calculation, target difficulty, peer-2-peer network, broadcast blocks, resolve conflicts, UTXOS etc.
ericyoc/crypto_and_security_principles_poc
Demonstrates key concepts in cryptography and security principles.
ignatenko-denis/rsa
RSA on Java
JoyUmoekpo/cryptography-and-cybersecurity-lab-exercise
In this lab you will practice password hashing and cyphers.
rafaelreisramos/node-jwt-authentication
Node.js jwt authentication with public key encryption and token refresh
shaina-gh/RSA
A Java-based RSA encryption and decryption system for numeric and alphanumeric messages using public-key cryptography.
shearichard/public-key-sandbox
Some demo scripts showing public/private keys interactions when using the pyNaCl library