Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can you pleaasese help me how to find passwords from sql database
Normally, i have put three passwords for different positions like admin, manager, staff
but i forget admin pin. i have to see what it is from sql management studio.

What I have tried:

i have tried Database and then gone into SambaPOS5 database
there i went into seccurity and then users, and keys but i cant find any passwords inthere
Posted
Updated 14-Jul-19 10:59am

1 solution

You can't: passwords aren't stored in a readable form, they are salted, hashed, and the hash value is stored instead. Hashing is similar to encryption, except it can't be reversed to recover the original input password.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900