Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
19984 Discussions

Streaming_Ciphers_and_LFSRs

Altera_Forum
Honored Contributor II
1,073 Views

http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/ph34r.gif These 2 modules together make up a simple bit stream cipher, suitable for use in low security requirement serial communications. The StreamCipherGen.vhd file makes use of parameterized component LFSR.vhd to act as the encryption algorythm. This is very low security, but the modular design allows you to easily swap in your own algorithm to replace the LFSR. I&#39;ve added LFSR re-seeding based on last transmitted data value to make the encryption a little more secure, but it&#39;s still pretty low security. 

 

Basically just posting this for fun and enjoyment http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
387 Views

The LFSR Module... 

 

How can you post multiple files in single topic creation?
Reply