Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Is there any way to see user’s password stored in DB?


chrishajer
Participant

@chrishajer

It’s in the database, but it’s encrypted (the type of encryption depends on which version of bbPress you’re using.) So, you can retrieve the encrypted value with something like phpMyAdmin. Once you have the encrypted value, you can’t just decrypt it. The encryption is one-way. You can use something like rainbow tables to crack the password hash, but that’s beyond the scope of this discussion I think.

I think there is probably an easier way to accomplish what you want to do without dealing with the encrypted password. What is it you want to do exactly?

Skip to toolbar