27 skills found
gwjjeff / CryptojsFollowing googlecode project crypto-js, provide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64
mntn-dev / Z.js🦄 Hide text via Unicode's ZW(N)Js
Priyansh-15 / Steganography ToolsA project named "STEGANOGRAPHY TOOLS " that provide 4 types of Steganography { Image, Text, Audio, Video } that hides User's Text message in the desired cover file using the tool and can send it to the receiver who can extract the Hidden message using the same tool .
ElmerZhang / EzcryptoProvide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC
lsw29475 / IAlgorithmThe light weight cryptographic and hash algorithms,version 2.1 include md5,sha1,sha256,sha512,rc4,base64,aes(ECB,CBC,GCM,CFB8,CFB128),des(ECB,CBC),blowfish,RSA(Slow)
cszxyang / Cipher4jPure Implementations for encryption algorithms including DES, RSA, AES, RC4
PatrickJS / Angular Cryptoangular-crypto provides standard and secure cryptographic algorithms for Angular.js with support for: MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64
gionanide / CryptographyCrypto 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.
caiges / Ruby RC4Implementation of the RC4 algorithm.
DavidBuchanan314 / Rc4A python3 RC4 implementation that doesn't suck. (i.e. it's actually binary-safe...)
ogay / Rc4Optimized software implementation in C of the RC4 encryption algorithm.
jbremer / Rc4Python package for the RC4 algorithm
Probabilities / Epicgames Xal ReverseReversed Epicgames XAL encryption algorithm, along with the decrypted version that is a fingerprint. Including; webgl, motiondata, fpjs (fonts, plugins, audio, canvas, screen hashing) and more. This repo provides you with everything you need to generate the fingerprint and to encrypt it using the XAL algorithm (RC4 Cipher).
asokanato / Steganografi KriptografiThis program can encrypt secret messages using a combination of RC4 and base 64 cryptographic algorithms then insert them into image files using the Least Significant Bit (LSB) method. by combining both cryptographic and steganographic methods, providing multiple security. Encryption will convert a secret message (plain text) into an unreadable random message (cipher text) then inserted into the pixel image with the steganography method (Least significant Bit) so that people do not realize in the image.
kaixinol / Ransomware Maker.csA ransomware generator written in C# WPF, using the RC4 encryption algorithm, will generate C++11 code and C# code
kmohamed2020 / Rc4This quite implementation for RC4, Encryption Algorithm
chuhaojin / RC4 Image Encryption Based On JPEGWhile implementing JPEG compression, RC4 algorithm is used to encrypt quantization matrix.
toolgood / RCXThe RCX algorithm is improved based on the RC4 algorithm, and performance is almost the same.
tobast / OCryptoA pure OCaml implementation of some crypto algorithms (rc4 and blowfish so far)
maxprokopiev / Ruby Rc4RubyRc4 is a pure Ruby implementation of the Rc4 algorithm