An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: asymmetric-cryptography

sokonalysis/sokonalysis

The Cipher Toolkit Built For All Skill Levels

Language: C++ - Size: 21.7 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 5 - Forks: 4

EvanHei/Secure-Banking

Prototype simulation of a bank and ATMs allowing secure communication using asymmetric encryption.

Language: Python - Size: 28.3 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

julio9410/CyberSecurity-Steganography

🔐 A Python-based implementation of Least Significant Bit (LSB) Steganography for securely hiding and extracting messages within PNG images. Includes optional password protection and CLI support for embedding and extraction.

Language: Python - Size: 6.84 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 1

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: 9 days ago - Pushed at: 4 months ago - Stars: 1,943 - Forks: 154

cyraivndle2/gpg-tutorial

新手友好的中文 GPG 使用教程(非对称加密教程)

Language: JavaScript - Size: 3.64 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

Charlyhno-eng/ZKP-auth

Authentication system using a ZKP in Golang

Language: TypeScript - Size: 244 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

vellt/RSA-Encryption-Flutter

Encryption based on asymmetric cryptography

Language: Dart - Size: 84 KB - Last synced at: 29 days ago - Pushed at: about 4 years ago - Stars: 33 - Forks: 5

Dashlane/pqc.js

JS bindings and playground of post-quantum asymmetric ciphers

Language: TypeScript - Size: 36 MB - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 32 - Forks: 8

N7ghtm4r3/Kassaforte

Kassaforte enables secure storage of sensitive data in Compose Multiplatform applications and on the backend by leveraging each platform’s native security APIs. It further supports the generation and usage of symmetric and asymmetric keys to ensure data protection

Language: Kotlin - Size: 1.14 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

TonyKaravasilev/CryptoManana

An Advanced PHP Cryptography Framework

Language: PHP - Size: 790 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 16 - Forks: 2

damienbod/SendingEncryptedData

.NET Core Encryption

Language: C# - Size: 2.76 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 94 - Forks: 16

xsukax/xsukax-GPG-PGP-File-Encryptor-Decryptor

A secure, client-side web application for encrypting and decrypting files using GPG/PGP cryptography. Built with modern web technologies and designed with privacy and security as core principles.

Language: HTML - Size: 221 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

10undertiber/asymmetric-key-tool

An easy way to create, load and use asymmetric private/public keys in Java.

Language: Java - Size: 218 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

RobertoFalconi/MinimalAPIsTemplate

Complete ASP.NET Core Web APIs template with lot of examples: OpenAI APIs, OAuth 2.0 Authentication, JSON Web Algorithms and Bearer Tokens (JWA, JWT, JWS, JWE), HMAC symmetric key, RSA X509 certificate asymmetric key, AES encryption, CQRS, DDD, MediatR, Dapper, Docker, Entity Framework, Fluent Validation, GZip, Hangfire, NLog, REST CRUD, Swagger...

Language: C# - Size: 2.01 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 33 - Forks: 3

AdityaPatadiya/Matrix-data-communication-algorithm-using-asymmetric-key

Hybrid cryptographic scheme using AES-GCM for encryption, Kyber for post-quantum key encapsulation, and SPHINCS+ for quantum-resistant digital signatures to ensure secure data communication.

Language: Python - Size: 231 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AleksaMCode/Enigma

Encrypted File System simulator.

Language: C# - Size: 73.5 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 1

GlitchedPolygons/GlitchEd25519.BlazorWebApp

Zero-knowledge asymmetric encryption PWA (static and works offline) using AES-256 (GCM) cipher and Ed25519

Language: HTML - Size: 572 KB - Last synced at: 29 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

roydevashish/hybrid-technique-for-image-encryption

This project implements a hybrid image encryption technique by combining asymmetric and symmetric encryption methods. It utilizes the ECC for asymmetric encryption and ChaCha20 stream cipher for symmetric encryption to achieve robust and secure image protection.

Language: Python - Size: 349 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

GavBog/FROSTore

Distributed Ed25519 Threshold Signature Database

Language: Rust - Size: 289 KB - Last synced at: 20 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

eliainnocenti/Cryptography-Exercises

Exercises for Cryptography Exam @ Polito - Cryptographic primitives in C with OpenSSL and prototype attacks in Python.

Language: Python - Size: 819 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

Akshay-Arjun/Video-Steganography

AES 256 & RSA encrypted video steganography. SRU Hackathon 2022 - Cybersecurity Winners

Language: Python - Size: 10.3 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 23 - Forks: 4

lucianoscarpaci/Cryptography

Embark on a journey of cryptographic exploration as we delve into the intricate worlds of RSA and ElGamal encryption, crafted entirely from scratch without the aid of OpenSSL. Delve into the inner workings of these fundamental encryption algorithms, unraveling the complexities of secure data transmission.

Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

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.

Language: Jupyter Notebook - Size: 57.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

kguzek/guzek-uk-auth-server 📦

An authentication and authorization server for the Guzek UK website.

Language: TypeScript - Size: 384 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

konstantinullrich/crypton

A simple Dart library for asymmetric encryption and digital signatures

Language: Dart - Size: 127 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 35 - Forks: 12

senatorpagebond53/Cryptography-Exercises

Exercises for Cryptography Exam @ Polito - Cryptographic primitives in C with OpenSSL and prototype attacks in Python.

Size: 1.95 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

deansorib26eo/Cryptography-Exercises-f9q

Exercises for Cryptography Exam @ Polito - Cryptographic primitives in C with OpenSSL and prototype attacks in Python.

Size: 1.95 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

felisevan/AnotherHPKE

An another Python implementation of HPKE (Hybrid Public Key Encryption)

Language: Python - Size: 1.87 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

staplesmixgrange/Cryptography-Exercises

Exercises for Cryptography Exam @ Polito - Cryptographic primitives in C with OpenSSL and prototype attacks in Python.

Size: 0 Bytes - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

anison952/Cryptography-Exercises

Exercises for Cryptography Exam @ Polito - Cryptographic primitives in C with OpenSSL and prototype attacks in Python.

Size: 1.95 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

wallets-finder/crypto-bruteforce-wallet

Crypto Bruteforce Wallet Brute force seed phrase

Language: C++ - Size: 0 Bytes - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

GusRob/Crypto

Practicing Encryption/Decryption Algorithms

Language: Python - Size: 229 KB - Last synced at: 7 months ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

pedroalbanese/eac

EAC Authenticated Mode of Operation

Language: PHP - Size: 198 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

fionn/action-age

Encrypt or decrypt files asymmetrically in CI

Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

petrknap/php-crypto-sodium

The library that packages functional `sodium_crypt_*` into objects.

Language: PHP - Size: 78.1 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

defeo/ss-isogeny-software

Software for "Quantum-Resistant Cryptosystems from Supersingular Elliptic Curve Isogenies"

Language: C - Size: 238 KB - Last synced at: 8 months ago - Pushed at: over 6 years ago - Stars: 89 - Forks: 19

sidstuff/crypto

OpenSSL cryptography tutorial + simple RSA implementation in C.

Language: C - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

ejupialked/cryptchat

A secure chat between an Android client and Java server using AES for encryption and Diffie-Hellman for key exchange.

Language: Java - Size: 18.6 MB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 38 - Forks: 18

vkondratiuk482/jwt

Library created for educational purposes to sign and decode JWT tokens using symmetric and asymmetric algorithms (HS256, RS256). Dependency free

Language: JavaScript - Size: 83 KB - Last synced at: 10 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

just-piskounov/RSAlchemy

basic RSA in python. (Not for practical use, rather an educational presentation of the core algorithm)

Language: Python - Size: 224 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

admisio/Portfolio

World's most advanced high school admissions system

Language: TypeScript - Size: 4.39 MB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 33 - Forks: 2

wpcodevo/golang-fiber-jwt-rs256

In this comprehensive guide, you'll learn how to properly refresh JSON Web Tokens (JWTs) using the RS256 algorithm and Redis. The integration of Redis will give us the ability to effortlessly revoke or invalidate the JWTs when necessary.

Language: Go - Size: 35.2 KB - Last synced at: 8 months ago - Pushed at: almost 3 years ago - Stars: 19 - Forks: 5

Ornella-Gigante/CryptoSafe

A simple Java application for encrypting and decrypting messages and files using DES and RSA algorithms, featuring a user-friendly menu interface. Perfect for learning about cryptography and secure file handling.

Language: HTML - Size: 7.71 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

dubniczky/License-Validation

A public key-based offline license validation protocol

Language: Python - Size: 19.5 KB - Last synced at: 6 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1

mekramy/gocrypto

cryptography utilities for golang

Language: Go - Size: 10.7 KB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Anish-M-code/simple-gpg

A simple Commandline Program Developed Using Python3 to make GNU Privacy Guard Program easy to use for beginners.

Language: Python - Size: 1.8 MB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 10 - Forks: 3

pedroalbanese/gost2012

Parameters for the GOST R 34.10-2012 512-bit curves (RFC7836)

Language: Go - Size: 92.8 KB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

netinvent/cryptidy

Easy but secure AES & RSA encryption / decryption

Language: Python - Size: 135 KB - Last synced at: about 6 hours ago - Pushed at: 11 months ago - Stars: 1 - Forks: 3

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: about 1 month ago - Pushed at: 11 months ago - Stars: 2 - Forks: 2

kostadinlambov/The-Galois-Field-in-Cryptography

This project is about Galois fields, what properties they have and how they can be used in cryptography.

Language: Jupyter Notebook - Size: 604 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lumip/CompactCryptoGroupAlgebra

A compact API and implementation of abelian group algebra commonly used in asymmetric cryptography, fully written in C#.

Language: C# - Size: 579 KB - Last synced at: 24 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

RoyNisimov/AsymmetricEncryption

Asymmetric encryption algorithms and protocols

Language: Python - Size: 13 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

dobrosketchkun/keysword

Strong-ish asymmetric cryptography key generation from a password.

Language: Python - Size: 58.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 3

pedroalbanese/go-secp256k1 Fork of sammyne/secp256k1 📦

An implementation of secp256k1 Algorithm

Language: Go - Size: 3.84 MB - Last synced at: 10 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

CSharper63/server_encryption_file_system

This repository contains a server that use symmetric encryption to encrypt user files/folders and asymmetric encryption to share files/folders among users.

Language: Rust - Size: 111 KB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mounirelbakkali1/library-manager

Secure API for Library Management : This API provides a secure solution for managing library operations. It enables users to perform actions such as checking out and returning books, while ensuring data integrity and privacy. Administrators can manage library inventory, handle user accounts, and oversee borrowing activities. Enhanced security featu

Language: Java - Size: 73.2 KB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

ROTGP/auth-sodium

AuthSodium is a Laravel package for authenticating API requests with LibSodium's public-key (ED25519) signatures

Language: PHP - Size: 745 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

FortKnoxster/fortknoxster-crypto-web

Cross-browser cryptographic library implementing the Web Cryptography API.

Language: JavaScript - Size: 2.76 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 4

anvilresearch/webcrypto 📦

W3C Web Cryptography API for Node.js

Language: JavaScript - Size: 440 KB - Last synced at: about 2 months ago - Pushed at: almost 7 years ago - Stars: 82 - Forks: 14

Alessandro-Salerno/EncryptedTCP

Very simple library based on FramedTCP that provides a fairly secure ecnrypted TCP connection.

Language: Java - Size: 61.5 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

EvanHei/FileLocker

A Windows desktop app for cryptographically protecting files.

Language: C# - Size: 1.67 MB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

fmitra/dennis-bot

A pet project to learn Go, Dennis is a Telegram bot that uses public-key cryptography to track your foreign expenses

Language: Go - Size: 276 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

MukundKal/cryptographic-algorithms

Python Implementations of various symmetric and assymetric cryptography algorithms.

Language: Python - Size: 211 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

iWas-Coder/CryRSA 📦

RSA key creator, extractor and compute tool. Useful to process keys with small modulus and try to factorize them.

Language: Python - Size: 44.9 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

rubenandrebarreiro/crystals-kyber-and-dilithium-study-and-analysis

🧠 💡 📈 A project based in (Classical) Post-Quantum Cryptography, namely in Lattice-Based Cryptography. This project was built using Jupyter Notebook, SoS (Script of Script) Notebook, Java, Python, Bouncy Castle library, and TeX. The goal of the project was the study and analysis of the CRYSTALS public-key (asymmetric) cryptographic suite.

Language: TeX - Size: 28.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

snowfluke/bouncy-castle-pqc-android-kotlin-demo

Demo using Bouncy Castle Post Quantum Cryptography Library in Android Kotlin Project (NTRU and AES-128)

Language: Kotlin - Size: 104 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cluster-labs/ipfs-mfs-crypto

JavaScript implementation of the IPFS Mutable File System supporting out of the box crypto operations

Language: JavaScript - Size: 805 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 1

ya-ming/openssl

Examples of using OpenSSL library

Language: C++ - Size: 85 KB - Last synced at: 8 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

AJEETX/NetCoreJwtAsymmetricSigning

Net Core Jwt Asymmetric Signing with public private key

Language: C# - Size: 14.3 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

rsatrio/Key-Wrapping-Encryption-Javascript

Key Wrapping Cryptography Example Using Javascript

Language: JavaScript - Size: 151 KB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

hyperxpro/AtomicCrypto 📦

Java Library To Provide Cryptographic Functions

Language: Java - Size: 401 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 2

alikashlan10/Data-Security-Project Fork of KANDEEL00/Data-Security-Project

Data security project aims to implement various algorithms using c#

Language: C# - Size: 91.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Dooping/System-Audit

Security of Networks and Computer Systems Final Project

Language: HTML - Size: 482 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

RallyTuning/Enigma

Hash and AES Cryptography in .Net Core

Language: C# - Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

alperencubuk/license-file-generator

Generate and validate licenses for your software.

Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

pedroalbanese/prime192

Parameters for the Prime192v1, v2 and v3 Elliptic curves

Language: Go - Size: 8.79 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

CDOrtona/DataSecurity_assignments

Assignments for the Course: Elements of Applied Data Security; held at the University of Bologna, Italy by Prof. Alex Marchioni

Language: Jupyter Notebook - Size: 1.52 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

FilipeLopesPires/AuctionManager

Auction Manager: a blockchain-based management system for multiple auction types.

Language: Python - Size: 2.6 MB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

Day-Hawk/security-helper

A simple library for easier hash and crypt management. I needed this for a university project.

Language: Java - Size: 96.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

home-assistant-ecosystem/iot-msg-async-encrypt

Send and receive encrypted messages between IoT devices

Language: Python - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

mc-cat-tty/ComputerNetworks

Appunti del corso di Protocolli e Architetture di Rete - Computer Networks' Architectures and Protocols. UniMoRe. 2023-2024.

Size: 217 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

wadhia-bhavesh/PyCrypt

PyCrypt is a cryptography application implemented in Python using PyQt for the graphical user interface. The application is designed to convert plain text into secure encrypted messages. It supports various encryption techniques, including Caesar Cipher, Fernet Symmetric Key, and Asymmetric Key Encryption.

Language: Python - Size: 6.84 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

salvacorts/FR-Chat-Client

:rocket: P2P Chat with asymmetric encryption

Language: Python - Size: 45.9 KB - Last synced at: 9 months ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 2

shellph1sh/HeadHunter-Python

Encrypted Interactive Session based Command and Control Server (C2) Written in Python

Language: Python - Size: 242 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

tmoroney/Secure-Cloud-Encryption

A secure application for encrypting files before they are uploaded to the cloud and decrypting files that are in the encryption group.

Language: Python - Size: 123 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

marckassay/KidRSA

Inspired by Neal Koblitz's article 'Cryptography As a Teaching Tool' this module was programmed following his 'Kid-RSA' example.

Language: PowerShell - Size: 41 KB - Last synced at: 8 months ago - Pushed at: almost 8 years ago - Stars: 7 - Forks: 1

ratthapon/encryption-tutorial

Interactive lesson to learn asymmetric key encryption, digital signature, certificate authority

Language: Jupyter Notebook - Size: 54.7 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

LaplaceXD/QTRSA

Quad-Transpositional RSA (QTRSA) is a proof-of-concept encryption algorithm that is a combination of different ciphers and encryption algorithms built to test my understanding on them.

Language: Python - Size: 118 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

anupammaurya6767/tanji

Tanji is a Python encryption library that provides a secure and flexible solution for encrypting and decrypting messages. It leverages both symmetric and asymmetric encryption techniques to ensure the confidentiality and integrity of your data.

Language: HTML - Size: 161 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

imabhisht/Python-Asymmetric-Encryption-End-to-End

Python Program to encrypt Strings and Files using End-to-End Asymmetric & Symmetric Encyption

Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 3

JustScott/RapidRSA

Simpler to use implementation of the pycryptodome RSA algorithm

Language: Python - Size: 19.5 KB - Last synced at: 17 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

jlgriff/jwt-asymmetric-authentication

A library to implement asymmetric authentication. JWTs can be signed with a private key and then authenticated with a public key.

Language: TypeScript - Size: 175 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

keithkiarie/rsa_encryption_on_large_texts

C# console app for rsa encryption on texts larger than the encrypting key size and storing to file for later decryption

Language: C# - Size: 3.91 KB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 2

shetabit/crypto

a package to encrypt and decrypt data using asymmetric cryptography algorithms

Language: PHP - Size: 58.6 KB - Last synced at: 4 months ago - Pushed at: almost 6 years ago - Stars: 6 - Forks: 1

java-crypto/C-Asymmetrische-Verschluesselung

Asymmetric encryption

Language: Java - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Ampferl/rsa 📦

Basic RSA En-/Decryption. Demo: https://ampferl.github.io/rsa/

Language: HTML - Size: 51.8 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

Nemesis0U/TOFUCrypt

User-Friendly Quantum-Secure File/Text Encryption and Key Management Tool 🛡️ ✉️ (Better than OpenPGP)

Language: Python - Size: 2.39 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

wrzlbrmft/ppcrypt

Public/private key encryption/decryption demo using the RSA cryptosystem.

Language: Java - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

isgulkov/rsa-prep

They see me rollin, they hating

Language: C++ - Size: 1.29 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

rubenandrebarreiro/cryptography-tutorials

Tutorials on Cryptography, ranging from Classical Cryptography (Pre-Quantum and Post-Quantum) to Quantum Cryptography.

Language: Jupyter Notebook - Size: 10.6 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0