
Edit: Never mind... i solved it. There is proper padding (for those who are curious)

You don't need brute force. All but one character of the problem can be found without knowing the secret key.CoreEvil wrote:Agreed, the fundamental idea is pretty much the same, once you realize that the permutation space is limited, it boils down to simple brute force. It would be exciting to see something like TEA with a side channel flaw. Or maybe I'm just too greedy
MerickOWA wrote:You don't need brute force. All but one character of the problem can be found without knowing the secret key.CoreEvil wrote:Agreed, the fundamental idea is pretty much the same, once you realize that the permutation space is limited, it boils down to simple brute force. It would be exciting to see something like TEA with a side channel flaw. Or maybe I'm just too greedy
NopeCoreEvil wrote:You still need to iterate over a set of possibilities to find the right match, which doesn't necessarily cover the entire sequence, at least when it comes to this challenge.