rsa-encryption
There are 507 repositories under rsa-encryption topic.
Xtrendence/FileDrop
Grade: 89%. COMP3006 coursework. An encrypted file sharing application that leverages web sockets to allow users to send and receive files.
yaoguangluo/Deta_Cache
缓存cache服务器
haodynasty/android-rsa
big file and string RSA encryption by android
edghyhdz/silver-sniffle
Ncurses TCP Chat
zeyadetman/Computer-Security-algorithms
👨💻 Computer Security algorithms in C#
Abhiramborige/Crypto-systems
This repo will contain the algorithms for encryption and decryption of messages and ciphers respectively !!
mborisov1/rsa_embedded
Implementation of RSA encryption in C for embedded 32-bit microprocessors
vittorioPiotti/FermatAndRSA-Java
Soluzione software in Java che genera e salva su file i numeri primi con algoritmo di Fermat e algoritmo di crittografia RSA
remaerd/Keys
Uncomplicated cryptography frameworks base on CommonCrypto
x011/CryptoFrame
CryptoFrame is a command-line tool engineered for the secure practice of steganography within video files.
loveiset/RSAForPostman
add rsa encryt for postman
vesvault/libVES.c
VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key
aharoJ/barbershop
Full-Stack Barbershop Management Platform – A modern system for barbers, shop owners, and clients to manage appointments, schedules, and services. Built with Spring Boot 3, PostgreSQL, Next.js, Tailwind CSS, and JWT Authentication.
merrychap/fluffychat
:sheep: Decentralized chat with private messages and rooms. Messages and files are encrypted using RSA
cszxyang/cipher4j
Pure Implementations for encryption algorithms including DES, RSA, AES, RC4
krglaws/ShiTTYchat
A bare-bones terminal chat room.
dhruvie/RSA
Image Encryption using RSA Algorithm in Python
tarcisio-marinho/RSA
Simple RSA cryptographyc algorithm implementation
Xtrendence/X-Anonymous
An anonymous Node.js chat web application for end-to-end encrypted communication. All encryption is done on the client-side using RSA-2048/3072/4096, so the server literally knows nothing.
Sanix-Darker/kripta
A CrossLanguage Encryption Module to encrypt data/files (Asymmetric and Symmetric encryption handled)
Akshay-Arjun/Video-Steganography
AES 256 & RSA encrypted video steganography. SRU Hackathon 2022 - Cybersecurity Winners
longluo/RSA
RSA encryption and decryption Algorithms in C Language. ---RSA加解密算法的演示,C语言实现。
only2dhir/rsaencryption
RSA Encryption and Decryption in java
lonkey/simple-cryptographic-algorithms
Python library for demonstrating the functionality of common cryptographic algorithms
crvvdev/cpp-ransomware
C\C++ Ransomware example using RSA and AES-128 with BCrypt library on Windows
Kunal-Attri/Data-Security-using-Cryptography-and-Steganography
Improved way of securing data using combined Steganography and Cryptographic techniques
harpoonix/Gr-affable
Repository for Hello FOSS 2022, a month long institute-wide Open Source Contributive Event along the lines of Hacktoberfest. The "Hello World" of open source contributions!
Soreing/rsa-cpp-encrypt
Simple RSA key generation and encryption library for C++
h6465617468/Happy2EncryptedChat
This is a secure dark web messaging app that uses end-to-end encryption. Elliptic curve SECP256k1, RSA 4096 Bit, AES-256 Your messages are deleted from the server as soon as they are sent.
yagarea/java-chat
Simple encrypted chat in Java
afonsocrg/RSACypherMachine
RSA string encrypter and decrypter
Babtsov/Secure-File-Transfer
Java project using symmetric and asymmetric key encryption to send files over a network
boomesh/EncryptedSharedPreferences
Eventually to be repalced by EncryptedSharedPreferences from AndroidX (which is in alpha currently): https://developer.android.com/reference/androidx/security/crypto/EncryptedSharedPreferences
ngn13/lokpack
ransomware tooling for GNU/Linux
luventa/vue-koa-boilerplate
Vue & Koa2 isomorphism development boilerplate. With decorator design pattern and hot-reloading
eddieoz/RSA-primes-resolution
Recover a Private Key from a given Public Key using the Right Triangle-based Constant time mathematical solution method.