Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

Streaming_Ciphers_and_LFSRs

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

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The LFSR Module...

    How can you post multiple files in single topic creation?