Found 213 repositories(showing 30)
andrewdyates
Sign and verify digital signatures in native Python with RSA
andrewli315
digital signature with SHA256withRSA in Java
DanyHacs
No description available
BlessingKanengoni7
Hybrid RSA + AES secure messaging application with digital signatures and a modern chat-style GUI.
Abdelrahman-SW
This Project is ForApplying Security Practices Including : sqlCipher , aes , rsa , digital signature , hash , hmac , hashing with salt , secure Random , key Store
AlexandruDodita
A cryptography library for ESP32 microcontrollers implementing AES, SHA, RSA, and ECC with hardware acceleration. Features include encryption/decryption operations, digital signatures, secure key management, and hardware-optimized performance. Designed for embedded systems security applications.
LokeshKhanchandani
An end to end encrpted android chat application over a local network. This app involves file sharing through AES and DES encryption with key encryption by RSA algorithm. Digital signature through RSA is also implemented along with it.
Soumik8114
A Django project on implementing Digital Signature using RSA algorithm, users can upload their files and view them, lastly sign them digitally and let others verify their identity with ease
drilonaliu
A cryptography package with simplifed versions of AES and SHA-1, RSA, HMAC; featuring attacks, block ciphers and digital signature schemes.
pbak95
Group Chat. 2 Projects: Server + Client which implements Tree-based Group Diffie-Hellman protocol to calculate and distribute group key. The key is used to encrypt and decrypt data using AES cipher. Moreover signalling messages between server and client are also digital signatured using SHA1 with RSA.
chyd1k
Testing Scrambler, XOR-cipher, Hill-cipher, Feistel-cipher, DES (ECB, CBC, CFB, OFB, BC, PCBC, OFBNLF, EDE modes; simple double encryption; Davies-Price encryption mode; triple algorithm with three keys), Generating prime numbers with specific size, Searching for the first 100 primitive roots of a number, Diffie-Hellman Protocol Demonstration, RSA, Digital signature.
linch433
RSA implementation with simple hash function and RSA digital signatures
Utsavjain4561
A mobile chatting application in which one could connect to anyone in its network and start chatting .All messages and images transfered are AES,DES and RSA encrypted .Authentication is providede with digital signatures.
guhandelta
BlockChain Constructed using Python Flask, with RSA Algorithm and Digital Signatures
nsmith3277
This project uses RSA encryption algorithm with the BigInteger library and SHA256 function to create digital signatures for files.
orcunor
A windows form application where you can create your own certificate (.cer), extract the private and public keys to a .pem file, sign a digital signature and check the accuracy of this signature, encrypt and decrypt the data with these private and public keys with asymmetric encryption (RSA).
This is an encryptiona and decryption group chat project. In the project AES,DES,Multiplicative_ceaser, RSA, Elgamal, RSA and Digital Signature are used and has a graphic interface with tkinter, database for signing in and in the background of database Hash function SHA512 is used for Authentication.
Anil12345z
Crypto Transfer (Simulated) is a hands-on learning web application built with PHP and JavaScript, simulating secure cryptocurrency transactions using RSA digital signatures. It mimics real-world crypto systems with added wallet and transaction features for a more practical understanding.
dar-sky
This project is designed to ensure the confidentiality and integrity of data transmitted between clients and servers. The system utilizes the RSA encryption algorithm for secure secret key encryption and digital signature, along with an AES variant for efficient ciphertext decryption.
fthozdemir
“Naber’la” is a chatting application using end to end encryption of messages. A simple console application in java which uses AES and RSA to ensure confidentiality and integrity of messages besides ensuring the authenticity with Digital Signature. Application primary goal is transferring encrypted messages between terminals as users.
samlty
RSA Digital Signatures with Crypto API and OpenSSL
simranaggarwal
RSA Digital Signature along with SHA-1 for hashing data to create signature.
Shiv-Kubal
Digitally signing and verifying a message block with RSA and SHA-256 in python.
lucasdbr05
No description available
SideCut13
Simple implementation of RSA algorithm and digital signature
Implementation of RSA digital signature in python (pure algorithm implementation)
Simple Python RSA for digital signature with hashing implementation. For hashing SHA-256 from hashlib library is used.
leoleljak
App for AES/RSA enryption/decryption with digital signature feature
hammafataka-uni
Digital signature algorithm in python with GUI with RSA as algorithm
omarnabilgaafar
Secure Cookies using HMAC and Digital Signatures using RSA with attack demonstrations