I need to decrypt password

I need to decrypt some passwords since I made an import of oj and I need to use some accounts that are in the database, does anyone know how I can decrypt them?

Hi @geek,

It’s not possible to decrypt passwords. They are stored using a one-way hash. This is done intentionally, and is a security best practice.

Regards,
Alec Smecher
Public Knowledge Project Team