129 skills found · Page 2 of 5
luminousmen / ZUCStream cipher ZUC - core component in the 3GPP confidentiality and integrity algorithms 128-EEA3 and 128-EIA3.
therealjampers / Spritzjsa spongy RC4-like stream cipher and hash function
mrdcvlsc / ChaCha20 Poly1305A C++ implementation of ChaCha20 & Poly1305 stream cipher described in RFC - 8439.
vincenthz / Hs Crypto CipherDEPRECATED by cryptonite; A collection of cryptographic block and stream ciphers in haskell
pts / Chacha20Pure Python 2 and Python 3 implementations of the ChaCha20 stream cipher
rusjoan / StreamcryptStreaming encryption using AES in AEAD cipher mode
peterferrie / Hc256HC-256 Stream cipher in x86 assembly
outspace / Dstu8845Implementation of Strumok stream cipher
emilbayes / Provably Fair RngA provably fair RNG based on a stream cipher
uisyudha / TriviumImplementation of Trivium Stream Cipher in Python
P1sec / Gea ImplementationImplementations of the GEA-1 and GEA-2 (GPRS Encryption Algorithm) stream ciphers in C, Python and Rust.
kalpataru / IP Stream Encryption Using AES And FPGAThis project contains synthesized verilog codes for Encryption/Decryption of secure IP stream using Advanced Encryption Standard (AES) algorithm and implemented through Field Programmable Gate Array (FPGA). This is a very optimized code for handling IP packets and encrypt/decrypt the data part using a 128-bit block cipher. It uses a pipeline and sub pipeline architecture.
itsuki-hayashi / ZucImplementation for ZUC stream cipher
NDXDeveloper / Dcpcrypt LazarusDCPcrypt Cryptographic Component Library for Lazarus/Free Pascal - 20 ciphers, 10 hashes, 6 block modes, stream encryption, Base64. Pure Pascal, cross-platform.
dukedhx / Viewer Cryptography Rust.webassemblySample project to protect and load encrypted derivatives on Autodesk Forge Viewer with WebAssembly and stream ciphers.
crocs-muni / CryptoStreamsTool for generation of data from cryptoprimitives (block and stream ciphers, hash functions). Cryptoprimitives are round-reduced and the data can be configured for multiple testing scenarios.
skeeto / Chacha JsChaCha stream cipher implemented in JavaScript
wuhanstudio / TriviumA light-weight hardware oriented synchronous stream cipher.
secworks / Chacha TestvectorsGenerator and Internet Draft (I-D) documenting test vectors for the stream cipher ChaCha.
cheyilin / Lrc4Native Lua / LuaJIT RC4 stream cipher library