A C# implementation of a Linear Feedback Shift Register (LFSR)-based stream cipher for encrypting text and images. Includes several utilities such as keystream generation, triple-bit computation, and ...
LFSRs (linear-feedback shift registers) find extensive use in cryptography. For example, the cryptographic algorithms in the GSM (Global System for Mobile communications) mobile-phone system rely on ...
Encryption coding schemes for asynchronous data used in message/speech communication systems typically employ an LFSR-based (linear feedback shift register) design. Such a design creates a single ...
Abstract: ZUC is stream-cipher which generates 32-bit key-stream by using 128-bit initial key and 123-bit initial vector. It encrypts the plaintext data to produce cipher-text data. The 128-EEA3 ...
Abstract: In this paper, we examine the application of linear feedback shift registers (LFSRs)-based stream ciphers for the encryption of digital imaging and communications in medicine (DICOM). DICOM ...