Tagged Questions
4
votes
2answers
212 views
Checking a key before actually using it
I have a block of data crypted using twofish with a key of 128 bit.
The data must be accessed from a GUI, the user gives the key, the block is decoded and the real data is accessed.
Problem is that ...