rc4

There are 132 repositories under rc4 topic.

  • drwetter/testssl.sh

    Testing TLS/SSL encryption anywhere on any port

    Language:Shell7.7k1791.1k1k
  • softvar/secure-ls

    :lock: Secure localStorage data with high level of encryption and data compression

    Language:JavaScript639144281
  • nickvourd/Supernova

    Real fucking shellcode encryptor & obfuscator tool

    Language:Go596103110
  • WaterJuice/WjCryptLib

    Public Domain C Library of Cryptographic functions. Including: MD5, SHA1, SHA256, SHA512, RC4, AES, AES-CTR, AES-OFB, AES-CBC

    Language:C462205173
  • Water-Melon/Melang

    A script language of time-sharing scheduling coroutine in single thread

    Language:C4146111
  • wbond/oscrypto

    Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy

    Language:Python321265969
  • entronad/crypto-es

    A cryptography algorithms library

    Language:JavaScript255113431
  • zeyadetman/Computer-Security-algorithms

    👨‍💻 Computer Security algorithms in C#

    Language:C#624017
  • JayFoxRox/xbox-tools

    A collection of tools related to original Xbox

    Language:Python61135111
  • gzu-liyujiang/RSAUtils

    RSA+AES/RC4+MD5/SHA1+BASE64加密解密。Java及Android平台通用的RSA算法工具类及其例子(敏感信息加密、私钥签名&公钥验签、公钥加密&私钥解密、软件注册码/授权码)

    Language:Java465019
  • yutianqaq/Supernova_CN

    Supernova 的中文版和扩展了一些加密方式(ROT, XOR, RC4, AES, CHACHA20, B64XOR, B64RC4, B64AES, B64CHACHA20)

    Language:Go41418
  • tlsassistant

    stfbk/tlsassistant

    An open-source modular framework capable of identifying a wide range of TLS vulnerabilities and assessing compliance with multiple guidelines. Its actionable report can assist the user in correctly and easily fixing their configurations.

    Language:Python375311
  • ovflowd/yupi

    :game_die: open source gaming emulator for flash based games

    Language:C#311514715
  • cszxyang/cipher4j

    Pure Implementations for encryption algorithms including DES, RSA, AES, RC4

    Language:Java291014
  • git-akshat/CNS-Lab

    Cryptography and Network Security Lab programs done in 7th semester of SIT(VTU).

    Language:C++293117
  • Cisco-Talos/flokibot

    Language:Python2813010
  • HMBSbige/CryptoBase

    A fast crypto library for .NET

    Language:C#22373
  • daedalus/misc

    misc scripts

    Language:Python213011
  • jumanjihouse/docker-testssl

    http://testssl.sh/ in a tiny docker container

    Language:Shell21559
  • safiire/radare2-dan32

    Binary, Analysis, and Disassembler Radare2 Plugins for Dan32 architechture binaries

    Language:C18302
  • DavidBuchanan314/rc4

    A python3 RC4 implementation that doesn't suck. (i.e. it's actually binary-safe...)

    Language:Python16502
  • DarkCoderSc/slae32-crypters

    SLAE32 Assignment N°7 - Crypters

    Language:Pascal11307
  • kaixinol/Ransomware-Maker.cs

    A ransomware generator written in C# WPF, using the RC4 encryption algorithm, will generate C++11 code and C# code

    Language:C#9302
  • cosmos-stack/cosmos-security

    A Security Component. Provides a series of security tools, including Hashing functions and Encryption/Decryption functions.

    Language:C#8346
  • dj311/rc4-key-recovery-attacks

    Exploits weaknesses in RC4 to mount a chosen-plaintext attack and recover the private key. The vulnerability is similar to the one used to crack WEP, but it targets schemes where the initialisation vector precedes the long term key.

    Language:Python8113
  • hex7c0/arc4

    rc4 stream cipher for Nodejs

    Language:JavaScript7342
  • JaydenL33/cmatrix2.0

    Prints raindrops of RC4 Encrypted user-inputted plain text and then compressed that data with Hoffman compression

    Language:C7402
  • matthiaskonrath/rc4-verilog

    EXPERIMENTAL Verilog (and HLS, C++, Python, OpenCL) implementation of the RC4 stream cipher.

    Language:C++7200
  • toolgood/RCX

    The RCX algorithm is improved based on the RC4 algorithm, and performance is almost the same.

    Language:C#7501
  • CandyMi/tc

    A suitable for C/C++ encryption and decryption library.

    Language:C6100
  • firdasafridi/gocrypt

    Gocrypt is encryption/decryption library for golang. Library gocrypt provides a library to do encryption instruct with go field. The library gocrypt provide instruct tag encryption or inline encryption and decryption

    Language:Go6206
  • vesche/sickserv

    client/server wrapper & framework for fast, encrypted comms

    Language:Python62203
  • BomboBombone/EncrAndComprAlgorithms

    A journey into recognizing algorithms in compiled binaries

    Language:C5100
  • crypto-js/crypto-js

    CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are fast, and they have a consistent and simple interface.

    Language:JavaScript5100
  • ng256/ARC4

    ARC4 (Alleged RC4) cryptography provider class library.

    Language:C#5202
  • Sahil-4555/RSA-Encryption

    RSA algorithm is an asymmetric cryptography algorithm. Asymmetric actually means that it works on two different keys i.e. Public Key and Private Key. The public key consists of two numbers where one number is a multiplication of two large prime numbers. And private key is also derived from the same two prime numbers.

    Language:Go5101