33 results for “topic:feistel-cipher”
Feistel cipher implementation for format-preserving encryption
Feistel cipher implementation in Golang for format-preserving encryption
Enyo is a lightweight multistage partition-based encryption algorithm. Enyo cipher demonstrates good resistance to a brute-force attack. It is well suited for small-scale applications where the computational power is a bottleneck.
Implementation of a Generalized-Feistel Cipher for generating random permutations.
A CLI software that encrypts and decrypts data using a custom encryption algorithm based on the Feistel cipher structure.
Python programming on Cryptography techniques
Feistel cipher implementation for the JVM providing format-preserving encryption
Feistel cipher implementation in Python for format-preserving encryption
Python projects focused on cryptography, including implementations functions, brute-force techniques, and helpful security resources.
Simulation of a timing covert channel , where a sender transmits a binary message to a receiver and Implementation of Fiestel-based algorithm.
Format-Preserving Encryption for FF3 on PHP
A family of block ciphers built from HChaCha20 for use in the PACT/comPACT and SC transforms for AEAD commitment.
C Implementation of 64 bit block Feistel Cipher Based on Russian Specification GOST 28147-89 (RFC 5830)
A POC of text encryption using Feistel Network
Naive implementation of Feistel Cipher using Python
Reference implementation of a Feistel cipher in C for educational and cryptographic study.
No description provided.
A simple self-made block cipher based on feistel cipher.
🔐 医療・研究データのID匿名化ツール — Toshi's Midnight Laboratory
Encryption/decryption scripts for a Computer Security course, implementing LFSR, Affine Cipher, Caesar Cipher, Feistel Cipher, Playfair Cipher, and S-Box in Python.
Cryptography Course Project 1.
Data Encryption Standard algorithm: implementation in C.
Feistel network, Feistel cipher
A Feistel Cipher implemented in Python :closed_lock_with_key:
A 256-bit feistel block cipher using 512-bit keys.
Academic & personal projects
The Vigener cipher, written as part of a laboratory work
Feistel Cipher Network Cryptography
Information Security Ciphers
A toy implementation of a Feistel Network. Supports 256 bit keys with 16 rounds over a XOR cipher. Built primarily for education.