pydes
pydes copied to clipboard
Basic but pure DES implementation in Python
Results
2
pydes issues
Sort by
recently updated
recently updated
newest added
https://github.com/RobinDavid/pydes/blob/c6a1f909569cd2d19568709ad1da3a62ccb5d2cf/pydes.py#L155 better to be replaced by: `raise Exception("Data size should be multiple of 8")` I'm not sure this error only occurs in python3.6(or pycharm), but it seems more sensible to...
You have taken key as key = "secret_k". But des has 56 bit key. Thanks in advance