I need to authenticate against another programs user credentials to allow access to a second tie-in system. I am having trouble figuring out what hashing algorithm is being used by the first program in order to create a connection to it. I have the following hashes from throwing around test passwords.
HASH | PLAIN TEXT
F3d2427323a202034686f736973616 | password
F2c2737616d6f7270686f736973616 | abc
I do know that the passwords are not case sensative, which likely means that the first program is converting the plain text to all upper or all lower case.
Can anyone identify these hashes?