Skip to content

A block cipher encode and decode algorithm using Feistel and Java

License

Notifications You must be signed in to change notification settings

erickfunier/feistel-cypher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feistel Cypher Algorithm

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:

Diagram Feistel Algorithm Encode

Diagram Feistel Algorithm Decode

Sample execution:

Sample Execution

About

A block cipher encode and decode algorithm using Feistel and Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages