Encryption DES (ECB)

206 Views Asked by At

Does anyone know why if I encrypt a file with the DES algorithm (ECB) with the key 'abc123' and then decrypt it with the key 'aac022', I am able to decrypt it 100% even though it is a different key? (The keys are written in hexadecimal)

0

There are 0 best solutions below