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:
@@ -36,6 +36,6 @@ namespace GhettoCipher
|
||||
void ZeroKeyMemory();
|
||||
|
||||
// Initial value for cipher block chaining
|
||||
const Block initializationVector;
|
||||
Block initializationVector;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user