Why decrypting Custom DES with block of 16 Bytes giving me unreadable text in python
I have this task to build customizable Des Encryption where each block is 16 Bytes instead of 8 Bytes, we don’t want to using triple Des( thats not the purpose )
here are the