You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A block cipher encode and decode algorithm using Feistel with two stages. Starting with a eight bits input using a four bit key and getting a decoded output with eight bit.
Following the diagram:
Sample execution:
About
A block cipher encode and decode algorithm using Feistel and Java