You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find a DES encryption implementation in your language of choice and start bruteforcing keys (keyspace is 2^56, but the key is going to be < 2^22 so it shouldn't take more than 30 min to bruteforce).
The exact key was generated by taking the string 'sw' (29559 as an int) and converting it to binary, padded (pre-pending 0s) to 56-bits, and used directly as a key without the permutation.