rc4-encryption
There are 30 repositories under rc4-encryption topic.
raykaryshyn/FakeTLS
Client/server code that impersonates TLS 1.3 to disguise C2 activity.
gionanide/Cryptography
Crypto projects in python, e.g. Attacks to Vigenere, RSA, Telnet Protocol, Hip Replacement , Vernam cipher, Crack Zip Files, Encryptions RC4, Steganography, Feistel cipher, Superincreasing Knapsac, Elliptic Curve Cryptography, Diffie Hellman & EDF.
kaixinol/Ransomware-Maker.cs
A ransomware generator written in C# WPF, using the RC4 encryption algorithm, will generate C++11 code and C# code
EncryptUtil/EncryptUtil
EncryptUtil 一个整理了JDK常用加密算法工具类集合
lahirudanushka/RC4-Crypto
RC4 Encryption and decryption package
orsifrancesco/npm-rc4
A list of useful rc4 and base64 functions for Node.js and Browser.
latimercaleb/secure-s3fs
Secured implementation of s3fs file system with rc4 encryption
mauricelambert/RC4Encryption
This package implements RC4 encryption.
SarahAbuirmeileh/RC4
C++ implementation of the RC4 encryption algorithm showing the weaknesses of it.
sudiptab2100/CryptographicAlgorithms
Implementation of Cryptographic Algorithms of course Modern Cryptography(CSC049P1M) offered in IIT Jammu.
tr3sp4ss3rexe/RC4-Crypt
Smooth tool to RC4 encrypt strings and payloads of your choice with a custom key
h4rithd/RC4-Encryption
In cryptography, RC4 is a stream cipher. While remarkable for its simplicity and speed in software, multiple vulnerabilities have been discovered in RC4, rendering it insecure.
jebidiah-anthony/htb_kryptos
HTB Kryptos (10.10.10.129)
layanmoyura/RC4-encryption-API-using-python
Assignment of EE8209 Information security module.RC4 encryption API for web applications using python
dariastarica/Cryptography-Algorithms
A collection of implemented cryptography algorithms and optimizations.
filehippo/RC4-Encryption-
RC4 Encryption Algorithm for Network Security in C++
FireG45/SimpleClientServerChat
SimpleClientServerChat is simple chat application that works on Java sockets and uses RC4 encryption with RSA digital signature. SimpleClientServerChat was developed as final project in Information security of computer networks university course.
MehmetTopuz/Smart-Hydroponic-Demo
Demo project for the Hydroponic System
nabooru/rc4
A simple, unoptimized yet reliable implementation of the RC4 stream cipher.
OzerBey/rc4-cryptology
This repository contains rc4 crypto algorithm
RaymundoBaca/RC4
The RC4 (Rivest Cipher 4) encryption algorithm is a symmetric key encryption algorithm that encrypts plain text in small chunks producing multiple stream cipher.
roccograpisarda/RC4-example
Educational RC4 example
SatyamRaj1/CryptoGraphy
Classical Cryptosystems, Grain Cipher, RSA and it's attacks, RC4, Toy Cipher(based on SPN) Hash Function and their cryptoanalysis
senkoustav9/Safe-Chat
A TCP Socket based chat application with a centralised server and clients handled using multi-threading. Encryption to ensure safety.
Cyb3rV1c/Rc4_Encryptor-Decryptor
A lightweight C++ tool that encrypts/decrypts RC4-encrypted shellcode from a binary file using a provided key.
hrichharms/RC4
RC4 implemented in C
kediaharshit9/RC4encryptionCryptanalysis
Assignment-1, CS6500, IIT Madras
v1rushb/RC4
RC4 Encryption Algorithm implemented in C++