How Do I... ? Base64 not work :( - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: How Do I... ? Base64 not work :( (/thread-2504.html) |
How Do I... ? Base64 not work :( - idmahardika - 08-07-2013 i have search other thread (base64) on this forum. i've try to convert base64 to hex and decrypt it with SSHA (-m 1400) but i get error "line length exception". and also i've try to encode it with fix length and decrypt with (-m 101 / 111) Code: {sha}1wJEB1c+AlEsw0tQZnE= Other sample encrypted hash : Code: EQKiMXo5R1ELVaxgkWw= RE: How Do I... ? Base64 not work :( - mastercracker - 08-07-2013 There is not much to say, your hashes are not of the right length. To know what it should look like, check the following: http://hashcat.net/wiki/doku.php?id=example_hashes |