How to get the Reolink cameras passwords?

I have a Reolink NVR-16 and 14 cameras. I either forgot to store the passwords in my KeePass or the record got deleted/wiped in a sync or something. Is there a way to get the password to the individual cameras? Surely they’re stored in a db or config or something? Everything currently works great in HA and with the Reolink apps setup on various PCs, Tablets, FireTV, etc… I don’t want to factory reset all 14 cams and re-connect them just to update a password.

Is there any other way to get it from the cams or NVR or something as well if that’s an option. I’m a Sr. Software Engineer, so not afraid of ssh or other CLI commands to get into the weeds…

This says starkillerOG is the maintainer, hoping they see this (not cold-tagging on purpose out of respect)

Also various mentions to “password” here
https://github.com/search?q=repo%3Ahome-assistant%2Fcore%20path%3A%2F^homeassistant\%2Fcomponents\%2Freolink\%2F%2F%20password&type=code

It is probably stored. But, what is stored would be the hash of the password which is not reversable.

So, I think you’ll need to factory reset them and setup new passwords if/when the time comes to need it.

So I’ll even take a hashed one, if I can know the hash algorithm used (SHA256, MD5, etc.) as there are rainbow tables out there that can reverse look up. And I know roughly what the password would be and it’s only 8 or 9 chars max I think.