Made the whole thing MUCH more secure, by adding an IV (initialization vector), implemeted RRKM (rolling round key mode) and redone key extrapolation
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
## What the hell is this?
|
||||
An educational project on implementing a block cipher using a feistel network.
|
||||
To provide at least some security this is using some DES-inspired tactics like *cipher block chaining* and *output feedback modus*.
|
||||
To provide at least some security this is using some DES-inspired modes of operation like *cipher block chaining*.
|
||||
This way this provides relatively good diffusion.
|
||||
|
||||
## Features
|
||||
|
||||
Reference in New Issue
Block a user