The implementation of the stream ciphers: LFSR, GEFFE, RC4
-
Updated
Oct 7, 2018 - Java
The implementation of the stream ciphers: LFSR, GEFFE, RC4
Linear-feedback shift register implementation in Java
Geffe generator, composed of three LFSRs of distinct lengths combined by the function f(x1, x2, x3) = x1x2 + x2x3 + x3.
An open-source library supporting simulation and cryptanalysis of stream ciphers based on linear feedback shift registers (LFSRs).
Linear feedback shift register, Princeton COS126 / Upenn CIS110.
The final project of "Algorithms in Java" class. GUI representation of LFSR.
Java Swing application to demonstrate one-time pad encryption
tests of implementation of the Berlekamp-Massey algorithm for finding the shortest LFSR reproducing a given sequence
Add a description, image, and links to the lfsr topic page so that developers can more easily learn about it.
To associate your repository with the lfsr topic, visit your repo's landing page and select "manage topics."