Figuring out what auth secret meteor is/was using?

I never set any sort of auth secret to be used for encrypting passwords… but now I’m needing to transfer users to another system. Is there anyway to figure out what meteor was using? Or is my only option to have everyone reset their passwords using the new system’s auth secret?

Maybe read through the accounts-password package source and see if you can piece it together.