Is there any way of extracting a password from an email account in Opera Mail?
-
rh99 last edited by
I'm really in a jam and don't want to lose my email account. I thought I had saved my last password change but didn't. I can use it now fine but if Opera Mail goes down I'm dead. Surely it's somewhere in there, right? But where? I've been using the account for years without any issue too! Where is it buried???
-
rh99 last edited by
@rh99 Hey, if I could export the mail settings/passwords to another email program that would be fine as well. So I found the passwords in Wand.dat in OperaMail/Profile. You can open it with Notepad/text based programs easily but it's just gibberish. Looks like text that has been put in a blender. Somehow Opera uses that file. I guess that's their way of encryption. Pretty effective!
-
rh99 last edited by
@leocg
Yes of course. But they, as with everyone else, require the previous password which Opera Mail hides from its user, to reset the password. I don't have another email set up with that account since they didn't require it and don't even allow for it. So you see my predicament.And for the final nail in my coffin, they are not allowing any new email accounts.
Does anyone know of a way of getting an email without a phone number that accepts 2 factor authentication codes? Don't have a cell phone account now. Everyone seems to be tightening their security so much. What's strange with this is anyone can buy a used phone for cash then get a prepaid card at a convenience store for cash so it can be totally anonymous.
-
rh99 last edited by
I know there is a program that could possibly harvest the password (Opera Password Recovery) but it's $27 and I'm on a meager budget.
-
rh99 last edited by
@leocg
I'm not sure what you're referring to when you say "tool". Do you mean the Opera Password Recovery program? Or the process of resetting a password?The email company requires an answer to a security question which I failed to make note of when I set it months or years ago. Without that I can't seem to do anything.
-
burnout426 Volunteer last edited by
It's is very weird for a service to have a "forgot password" feature that requires you to have your old password to do the reset. Most password reset features for services just ask for your email address and send you a link that you can click on to reset your password. Once you click on that link and load it in your browser, you'll be asked to type the new password you want. The old password is not required. That's how it usually works anyway.
-
burnout426 Volunteer last edited by burnout426
If you can still send messages in Opera Mail, you can log the outgoing connection while sending a test message.
Then, in the log file, the password will be exposed. If it's not in plain text, it'll be in base64 that you can decode.
decode.html:
<script> alert(atob("bXlwYXNzd29yZA==")); </script>
You'd replace the base64 data there with what you get from the log file, save and open decode.html in your browser.
-
burnout426 Volunteer last edited by
@burnout426 To be clear, for an email service, that usually means to send the reset link to the recovery email that you have set (that's different for the one for the service). If you don't have that though, then you might have trouble resetting as the link will be send to the email you have with the service, where it most cases, you won't be able to access the message to click the link. But, in your case, you can still check messages for the service, so you should be able to get the message with the link in Opera to then be able to click on it or copy it. Your email service might be funky though.
-
burnout426 Volunteer last edited by
@rh99 said in Is there any way of extracting a password from an email account in Opera Mail?:
Opera Password Recovery program
If you're talking about https://www.nirsoft.net/utils/opera_password_recovery.html, if I remember correctly, it wasn't able to recover mail passwords from wand.dat, only web page passwords.
-
rh99 last edited by
@burnout426
Well this one asks for something I ain't got anymore so I'm out of luck. I don't have either the password or the answer to the security question. Next time I write everything down right away. No exceptions. I've had this account for years and didn't realize I was skating on thin ice.
If anyone has recommendations for an email provider that doesn't require 2FA let me know. (I'll delete this post right after finding one so it doesn't help criminals.) -
rh99 last edited by
@burnout426
Some people claim it does but the trial version doesn't seem to work at all. Some trial. Guess they know some people will just download it, sandbox it and use it in perpetuity. -
rh99 last edited by
@burnout426
They never asked for a recovery email address. I know that is common today. But it means you have to open email addresses in pairs which is a hassle.
The search is on for a new email address! -
rh99 last edited by
@burnout426 said in Is there any way of extracting a password from an email account in Opera Mail?:
If you can still send messages in Opera Mail, you can log the outgoing connection while sending a test message.
Then, in the log file, the password will be exposed. If it's not in plain text, it'll be in base64 that you can decode.
decode.html:
<script> alert(atob("bXlwYXNzd29yZA==")); </script>
You'd replace the base64 data there with what you get from the log file, save and open decode.html in your browser.
Interesting! Can I send a message to myself though? Remember I have no problem receiving and sending email on this account with Opera Mail.
-
burnout426 Volunteer last edited by
@rh99 said in Is there any way of extracting a password from an email account in Opera Mail?:
an I send a message to myself though?
Yes, that should work.