Base 64 Converter

Base64 conversion for WordPress/phpMyAdmin

I’d been stuck for a few days with a lost password for a WordPress site login. I knew my username but had forgotten the password so I hit the “Lost Password?” button and awaited my email.

It turned up all garbled, a string of characters I didn’t understand.

So initially I ignored it. And then I thought Hey, the email reads…

Mime-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: BASE64

QmV0IHlvdSB0aG91Z2h0IHRoaXMgd2FzIGdvbm5hIGJlIG15IHBhc3N3b3JkIHJpZ2h0Pw==

BIG clue… Base 64. So I hit the search engines for a base 64 solution and found a Base 64 Converter.

I cut & pasted my blurb into the converter and BiNGO! Had my password 🙂

Another way to recover passwords is to use phpMyAdmin through cPanel via your hosting provider. Just look for your password field and add your password as a hashed entry.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top