12-12-2018, 09:29 PM
You'll probably have to invent something, then, based on principles like:
* If a hash:plain pair has more than one colon and isn't HEX-encoded, separate it out into its own file, then use a 'rev | cut | rev' pipeline to extract the plains
* For all other hash:plain pairs where the hash is of fixed length, separate them out by length of hash, and extract the plains
* Recrack them all with mdxfind, then use mdsplit to pull out the ones that are verified
* Figure out how to process the remainder
* If a hash:plain pair has more than one colon and isn't HEX-encoded, separate it out into its own file, then use a 'rev | cut | rev' pipeline to extract the plains
* For all other hash:plain pairs where the hash is of fixed length, separate them out by length of hash, and extract the plains
* Recrack them all with mdxfind, then use mdsplit to pull out the ones that are verified
* Figure out how to process the remainder
~