I need to figure out how some fields are being encrypted. In my program, I can change the input text and see the encrypted output text.
For example, "Admin" results in "51@fnmk5gHT[^FX".
I tried doing one letter at a time to see the results, but combing letters didn't really mean combining the result of the encrypted text. Any idea how to begin? Or even identify what is being done here?