GitHub topics: rsa-key-pair
PCigales/WinSocketTB
A module in Python 3 consisting of a toolbox to handle sockets under Windows for various purposes
Language: Python - Size: 579 KB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 0 - Forks: 0

j3-signalroom/iac-snowflake-user-rsa_key_pairs_rotation-tf_module
A Terraform module utilizing a customized AWS Lambda to manage the creation and rotation of RSA key pairs for authenticating a Snowflake service account user, based on a configurable number of days since creation.
Language: HCL - Size: 104 KB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

0xalpha0123/generate-rsa
generate public and private key pair
Language: JavaScript - Size: 4.88 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Xtrendence/X-Chat
A Node.js and Socket.IO chat web application with RSA-2048 and AES-256-CTR encryption.
Language: JavaScript - Size: 3.72 MB - Last synced at: 18 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 3

fumiama/aes-rsa-tcp-demo
C/S demo with RSA and AES Algorithm
Language: Go - Size: 11.7 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

arxiver/rsam
Modified package for RSA encryption/decryption to allow large message encryption/decryption, to allow encryption through private key and decryption through public key and signature through public key and private key and vice versa. i.e. Additional functionalities to the existing crypto package https://pkg.go.dev/github.com/gossl/rsam
Language: Go - Size: 41 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

toafez/HowTo_Windows.SSH.PuTTY.PuTTYgen
How to set up SSH public key authentication using PuTTY and PuTTYgen
Size: 550 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

l0wentropy/cerberus
AES256-GCM file encryption
Language: C++ - Size: 57.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

harmotus/secure-login-two
A secure login where the user's private key is never hosted on servers or the user's online devices ( this project can also be used as a form of two-factor authentication ( 2FA ) where the user's private key is never hosted on servers )
Language: PHP - Size: 80.1 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

harmotus/secure-login-one
A secure login where the user's private key is never hosted on servers or the user's online devices ( this project can also be used as a form of two-factor authentication ( 2FA ) where the user's private key is never hosted on servers )
Language: PHP - Size: 85 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ransuum/chat-service
Language: Java - Size: 69.3 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

wpcodevo/hs256-rs256-jwt-nodejs
In this article, you'll learn how to generate JSON Web Tokens, commonly referred to as JWTs, in Node.js using TypeScript.
Language: TypeScript - Size: 15.6 KB - Last synced at: 8 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

lu4p/genCert
Utility to generate a TLS Certificate.
Language: Go - Size: 24.4 KB - Last synced at: 9 days ago - Pushed at: about 5 years ago - Stars: 17 - Forks: 4

toafez/HowTo_Linux.SSH.Terminal
How to set up SSH public key authentication using a Linux terminal
Size: 105 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

toafez/HowTo_Windows.SSH.Powershell
How to set up SSH public key authentication using Windows PowerShell
Size: 112 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

centminmod/keygen
ssh private key pair generator
Language: Shell - Size: 73.2 KB - Last synced at: 17 days ago - Pushed at: 4 months ago - Stars: 10 - Forks: 4

dino4608/menshop-backend
A Menshop Backend Service using Nest.JS, MongoDB, Redis
Language: TypeScript - Size: 8.41 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ryanbekhen/cryptkhen
Node.js library for simple implementation of encryption, decryption and digital signatures
Language: TypeScript - Size: 636 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 19 - Forks: 5

j3-signalroom/iac-snowflake-user-rsa_key_pairs_generator-lambda
Use this AWS Lambda function, written in Python, to generate two new RSA key pairs for a specific Snowflake user. After generation, the function automatically stores the RSA key pairs securely in your AWS Secrets Manager. This ensures the keys can be safely retrieved and managed for future use by the Snowflake user.
Language: Python - Size: 193 KB - Last synced at: 20 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

tarcisio-marinho/RSA
Simple RSA cryptographyc algorithm implementation
Language: Python - Size: 26.4 KB - Last synced at: 12 days ago - Pushed at: over 4 years ago - Stars: 27 - Forks: 8

lemathou/crypt-db
EnCrypted Shared Database structure with one "master" key by shared folder
Language: PHP - Size: 16.6 KB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

haldarmahesh/flutter_key_store_cryptography
This plugin helps you by generating the assymetric RSA key pair. The keys are generated and persisted in android/ios keystore.
Language: Swift - Size: 87.9 KB - Last synced at: 11 days ago - Pushed at: almost 5 years ago - Stars: 7 - Forks: 4

Pramsh/Cipher
Cipher is a Node.js cryptographic library offering SHA-256 hashing, AES-256 encryption/decryption, JWT creation/validation, and RSA key pair generation.
Language: JavaScript - Size: 47.9 KB - Last synced at: 17 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Archerxy/RSA_java
This is a pure (and very very simple) java implementation of the RSA algorithm. One file to show you how RSA works (Euler's formula and Euclid's algorithm).
Language: Java - Size: 24.4 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 5 - Forks: 0

Tafara-N/RSA-Factoring-Challenge
RSA Factoring Challenge
Language: Shell - Size: 18.6 KB - Last synced at: 9 days ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

akumathedyn123/python-rsa-cyptography-algorithm
RSA Cryptosystem with Python 3.
Language: Python - Size: 34.2 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

choppystick/Python-RSA-AES-cryptography
Python implementation of RSA-AES cryptography with SHA512 hashing algorithm.
Language: Python - Size: 43 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

zbhavyai/revered-banshee
Utility wrapper project to generate RSA keys and X509 certs
Language: Java - Size: 787 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

BranislavOsadkovski/Vault
Vault API is used for data security and integrity.
Language: Java - Size: 90.8 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

trasherdk/Open-Cryptochat Fork of triestpa/Open-Cryptochat
An end-to-end, RSA-2048 encrypted anonymous chat application.
Language: JavaScript - Size: 90.8 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

asvorg/tiralabra
RSA implementation in Rust
Language: Rust - Size: 469 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 1

ekojs/digital_signature
All about digital signature
Size: 4.89 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 0

theskyinflames/oauth2-example
This is a simple example of protecting REST endpoints with OAuth2 IAM
Language: Go - Size: 4.31 MB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Akshay-Arjun/Video-Steganography
AES 256 & RSA encrypted video steganography. SRU Hackathon 2022 - Cybersecurity Winners
Language: Python - Size: 10 MB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 2

Sanix-Darker/kripta
A CrossLanguage Encryption Module to encrypt data/files (Asymmetric and Symmetric encryption handled)
Language: Java - Size: 4.25 MB - Last synced at: 8 days ago - Pushed at: 11 months ago - Stars: 24 - Forks: 7

kemsta/go-easyrsa
simple go library for implement easy-rsa functions
Language: Go - Size: 116 KB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 10

owpac/pysecu 📦
Small Python script for cryptography (like OpenSSL)
Language: Python - Size: 9.77 KB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 2

cyrilCodePro/DataProtection
This repo generates private and public key for encrypting data to be send via a network
Language: C# - Size: 54.7 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

pouriya/encdec
Simple RSA (Enc|Dec)rypt terminal utility with multipart & compression support
Language: Rust - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AliAsgharRanjbar/auth-tools
A tool to be used as a help for RSA key pair generation and JWT generation & verification and password hashing & hash verification using bcrypt
Language: JavaScript - Size: 23.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

exc-jdbi/BigPrimeGenerators
A very fast async parallel generator for big/large prime numbers. Several prime numbers can be generated simultaneously via the bit or digit length.
Language: C# - Size: 459 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

alokkusingh/saml
SAML Identity Provider and Service Provider implementation using Spring Security
Language: Java - Size: 122 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

only2dhir/rsaencryption
RSA Encryption and Decryption in java
Language: Java - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 19 - Forks: 17

Francesco-Zeno-Costanzo/cryptography
some code for cryptography
Language: Python - Size: 32.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

codevibess/openssl-nodejs
is a package which gives you a possibility to run every OpenSSL command 🔒 in Node.js in a handy way. Moreover, parameters like -in, -keyin, -config and etc can be replaced by a raw data (Buffor).
Language: JavaScript - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 52 - Forks: 27

afonsocrg/RSACypherMachine
RSA string encrypter and decrypter
Language: Python - Size: 4.59 MB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 3

RicardoLangaro/Seguranca-Computacional
Algoritmos de criptografia, assinatura. DES, AES, RSA, DSA
Language: Python - Size: 25.4 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sameh-tarek/Online_Bookstore_API-Spring
Online Bookstore Management System API with java Spring Boot
Language: Java - Size: 136 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SaDs3c/sadkey
A command line tool for generating RSA keys
Language: Go - Size: 1.95 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

mehranabi/beego-jwt-mysql
Minimal Beego project + JWT implementation + MySQL connection
Language: Go - Size: 13.7 KB - Last synced at: 10 months ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 1

rasti37/RSA-Cryptosystem
Encryption and Decryption using the RSA Algorithm
Language: Java - Size: 3.91 KB - Last synced at: 8 days ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

Vanethos/flutter_rsa_generator_example
Example of Generating RSA Keys
Language: Dart - Size: 3.2 MB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 34 - Forks: 17

doubtcrack/RSA-Encypter-Decrypter
The RSA Encryptor Decryptor is a digital lock and key system crafted as part of an academic project. It serves as a virtual toolbox, implemented in Python with a user-friendly interface built using Tkinter.
Language: Python - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

tangingw/rsacrypto
Human Readable RSA Public Key Cryptogram
Language: Go - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

tangingw/using_rsa
Toy Demo for Golang Meetup
Language: Go - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

goatm0n/rsa_rs
rsa encryption and key-gen library
Language: Rust - Size: 124 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

inteliense/easy_encrypt_cpp
Easy one line function calls for AES Encryption, SHA hashes, MD5 hashes, key generation and other utilities.
Language: C++ - Size: 131 KB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

isgulkov/rsa-prep
They see me rollin, they hating
Language: C++ - Size: 1.29 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

etheodoraki/RSA-from-scratch
RSA Implementation from scratch, using C
Language: C - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

waleedmohamedme/Security
Language: C++ - Size: 68.4 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

Overcop/Communicator
A simple tool to encrypt/decrypt message with RSA keys. can also generate RSA keys
Language: Python - Size: 37.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

hassanzadehmahdi/RSA-Algorithm-in-Cryptography
RSA algorithm is asymmetric cryptography algorithm. Asymmetric actually means that it works on two different keys i.e. Public Key and Private Key. As the name describes that the Public Key is given to everyone and Private key is kept private.
Language: Python - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

prosenjitjoy/CSRF-JWT-RSA-Authentication-with-Go
Implementation of JWT authentication with CSRF token and RSA signing using Chi router and Cassandra database.
Language: Go - Size: 40 KB - Last synced at: 16 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ATATCTech/ARSA
A cross-platform RSA encryption and signature library. The key and text exported can be circulated in all languages that ARSA supports.
Language: Java - Size: 90.8 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

TaleTN/libtomcrypt-rsa-howto
LibTomCrypt RSA digital signatures how-to
Language: Makefile - Size: 44.9 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 4

Fikri1234/Springboot_Encrypt_decrypt
Encrypt & decrypt with Sonarqube analyze
Language: Java - Size: 396 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

BrodyGaudel/Encoding-cryptography-and-digital-signature-In-Java
Encoding, cryptography and digital signature In Java
Language: Java - Size: 32.2 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

cyrilCodePro/RsaEncryptionAndDecryption
Language: Python - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

Sbars1/RSA-algorithm-
1. The RSA algorithm was used. RSA, on the other hand, is a kind of public key encryption method, the security of which is based on the difficulty of multiplying integers.
Language: C# - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

EmreOvunc/RSA-Encryption-Decryption-Tool
RSA Encryption Decryption Tool
Language: Python - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 3

digital-technology-agency/password-generator
🔐 Password generator.Desktop сross-platform application. Offline
Language: TypeScript - Size: 2.58 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

ajyounguk/crypto-client
A Node.js demo app to encrypt / decrypt / hash text (AES, SHA2, RSA)
Language: CSS - Size: 2.52 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

sumusa/rsa_encryption_decryption
The RSA Encryption/Decryption Project is a simple implementation of the RSA encryption algorithm. It allows users to encrypt and decrypt messages using a public and private key pair. The project is designed to be educational and give people a basic understanding of how RSA encryption works.
Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

udondan/cdk-secrets 📦
DEPRECATED - Secrets provider for AWS CDK
Language: TypeScript - Size: 333 KB - Last synced at: 18 days ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 0

eperezcosano/rsa-bigint-module 📦
Basic RSA module
Language: JavaScript - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

ElleyFolks/RSA_Algorithms
RSA Algorithm (asymmetric key) encryption and decryption program created in python. Drake and Elley did this as a project to accompany their Discrete Mathematics 2 Course at Western Governors University
Language: Python - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

AdrianGuretto/StealthPyChat
AES/RSA-Encrypted Python socket console chat.
Language: Python - Size: 48.8 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Milleus/rebecca 📦
gives authorized SSH access to another user's mac PC.
Language: Shell - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

icSecLab/OpenRSAKeyGenerator
Generate an OpenRSA key pair
Language: Java - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Hameon4/RSA_Algorithm
A cryptosystem-based algorithm written in Python.
Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

jorgegomzar/EuclideanAlgorithm
My own script to calculate the private key on RSA using the Extended Euclidean Algorithm aproximation.
Language: Python - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 2

rafaelcpalmeida/rsa-key-generator
Language: Shell - Size: 3.91 KB - Last synced at: 8 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

justmd5/crypto
Encrypting and signing data using private/public keys For All version of php7 only
Language: PHP - Size: 16.6 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

artnum/Menshen
Authentication mechanism using private/public key.
Language: JavaScript - Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

nsollazzo/pyRSA
an implementation of RSA algorithm in python
Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

faycalki/RSA_Encryption_and_decryption
This program uses the modular functionalities of some of my other algorithms in order to make them all work together in such a way that we are able to achieve our main goal of RSA encryption and decryption at will.
Language: Python - Size: 34.2 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

hnjm/RSAUtil Fork of stulzq/RSAUtil
.NET Core RSA algorithm using the help tool.It supports data encryption, decryption, signature and verification signature.It supports three key formats, namely: xml, pkcs1, pkcs8.It also supports key conversion for these three formats.Last also support pem formatting.
Language: C# - Size: 1.6 MB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0

maifeeulasad/rsa
Size: 15.6 KB - Last synced at: 14 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

ShawnChenOfficial/RSA-AES-Encrypt-Decryption-Demo
A simple demo for RSA key pair generation, RSA encryption/decryption and AES file encryption/decryption.
Language: HTML - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

pauloavelar/lambda-jwt-authorizer
Custom JWT authorizer example for AWS API Gateway
Language: JavaScript - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

liumapp/jks-core
Abstract encapsulation of JKS
Language: Java - Size: 1.94 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 2

kanika2296/RSA
This is a simple RSA implementation in pure python
Language: Python - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

ihoudjedje/encryption_machine
Desktop app that applies DES & RSA algorithms to encryption/decrypt plain texts built with JavaFX
Language: Java - Size: 310 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

mtroysi/RSA
Application de communication entre 2 clients : échanges cryptés avec RSA
Language: Java - Size: 25.4 KB - Last synced at: 12 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

dmoutinho/generate-key
https://www.mkyong.com/java/java-asymmetric-cryptography-example/
Language: Java - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

senavs/rsaEcryption
:heavy_check_mark: RSA algorithm in Python. Encripyt text using Public and Private keys.
Language: Python - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

captain-redbeard/XOR-RSA
RSA Implementation with CRT and OAEP.
Language: Java - Size: 21.5 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 1

Kav-K/CNCClientModule
Seamlessly control multiple servers from one commanding program
Language: Java - Size: 90.8 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

szybia/RSA-Key-Generator
Small project to implement public key cryptography along with Diffie–Hellmans key exchange.
Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

xljiadahao/HelloCrypto
Let's start to explore Cryptography. It's a very good project for the coders who would like to take the cryptography security concept away and bring it to their projects. The HelloCrypto lucky draw system with practice of the java keytool can be used by any organisation for their events.
Language: Java - Size: 580 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0
