New Vignere
Problem
Solution
Vignere Matrix: [['e' 'p' 'd' 'f' 'g' 'l' 'k' 'f' 'n'] ['b' 'j' 'b' 'h' 'b' 'p' 'i' 'c' 'o'] ['h' 'i' 'd' 'j' 'g' 'k' 'h' 'f' 'n'] ['e' 'j' 'e' 'e' 'c' 'm' 'j' 'f' 'n'] ['e' 'j' 'd' 'd' 'g' 'm' 'h' 'p' 'n'] ['d' 'm' 'c' 'h' 'b' 'm' 'i' 'f' 'n'] ['e' 'p' 'd' 'h' 'd' 'm' 'h' 'b' 'a'] ['h' '0' '0' '0' '0' '0' '0' '0' '0']] Trying column 0... Found key `b`... Trying column 1... Trying column 2... Found key `a`... Trying column 3... Trying column 4... Found key `a`... Found key `f`... Found key `g`... Trying column 5... Trying column 6... Found key `e`... Trying column 7... Found key `p`... Trying column 8... Found key `k`... Key Possibilities: {0: ['b'], 1: -1, 2: ['a'], 3: -1, 4: ['a', 'f', 'g'], 5: -1, 6: ['e'], 7: ['p'], 8: ['k']} Bruteforcing 3 values... 1791it [00:00, 8611.44it/s] Flag Possibility: picoCTF{94bf01ad4b8a63425c32c02ba4c9632f} 3360it [00:00, 9305.95it/s] Bruteforcing Complete Total Guesses: 3504
Flag
Last updated