I have two keys. One appears to be the first type of hash and the other is the second hash.
Again, I need to get the hash where I can beat it up with passphrases until I can unlock it.
I'm assuming by "hash" you mean "string" because you don't need a hash. Private keys are numbers that are encoded using the common encoding methods I posted above and the resulting "strings" look like the examples with a specific starting character.
If you already have a string that looks like the first and second cases that start with letters 5, L or K then there is no passphrase needed. These strings ARE your private keys. Import them in Electrum as explained in previous comment.