borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Getting MAc Address using WMI)Next Topic (Transfer live audio on network) New Topic New Poll Post Reply
AndreaVB Forum : VB General : Decrypt a password
Poster Message
Lord
Level: Guest


icon Decrypt a password

Hi,

Can anyone help me? I lost my password, but I still have the encrypted one... Is it possible to decrypt it?
I hope, some of you can...

15-01-2003 at 02:07 PM
| Quote Reply
vbgen
Level: Moderator

Registered: 10-10-2002
Posts: 876
icon Re: Decrypt a password

how was your password encrypted?

usually, if your password was encrypted, the way that i know is to use the program that encrypted it to decrypt it, because only that program knows the mathematical encryption method used on the password.

another way? ...i'm not sure if JL knows something.

but, if you did this through a project, then place the project code that encrypted the pw, and maybe someone can create the backward algo to decrypt it.

____________________________
Been busy trying to take a second degree <--it's not working out...

15-01-2003 at 05:24 PM
View Profile Send Email to User Show All Posts | Quote Reply
Lord
Level: Guest

icon Re: Re: Decrypt a password

Hi, it is actually rather serious to me. I know you were all thinking about hacking and others, but it is not that.

I had an account on neopets, that's a site about virtual pets (neopets.com) in the past, but I grow up and didn't went to that site nomore. Now, my sister grow up too, and she would play on that site too. So, I tried to find my password, but didn't find it... Now, that's not possible anymore, because you now have to fill in a correct email, and you can ask to email that password to you. In the past that way of handling was not possible.

If you can't help me, that's not bad, because I've created a new account for her. I just hoped that you could help me to find out that previous password, so she could use that account.

15-01-2003 at 07:35 PM
| Quote Reply
vbgen
Level: Moderator

Registered: 10-10-2002
Posts: 876
icon Re: Decrypt a password

well... i'd like to help, but i don't see how...

but how did you know that you still have an encrypted password? isn't there a way for you to contact them about it? haven't you tried?

well... if contacting them won't work, there also is a chance that (if you said that it was a long time ago) the account may not be existing anymore... but i'm not scaring you or anything... i'm just saying what might be.

okidokie? sorry.

____________________________
Been busy trying to take a second degree <--it's not working out...

15-01-2003 at 07:53 PM
View Profile Send Email to User Show All Posts | Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1616
icon Re: Decrypt a password

If it was a long time ago, it's probably gone.

Otherwise you'd have to contact them directly, most places (if possible) will ask you information that only the account creator will know or have, and send the info to a e-mail address (even if different than the original one on file). Of course not all places do this, many times they just tell you to create a new one (although if can prove you owned the old one, they'd delete it so you can use the same name).



____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)

15-01-2003 at 09:16 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
Lord
Level: Guest

icon Re: Decrypt a password

Well, they work with cookies. How I did it, I don't know, but normally I store the username and password. I've looked now in the file, and saw I didn't store that password, but something different. What it is, I don't know, I don't know a lot about computers at all. I ask someone what it was, and he told me that it was probably an encryption... However I thought it was easy te decypt it again, so I asked my question here.

15-01-2003 at 09:28 PM
| Quote Reply
11coolkats
Level: Protégé

Registered: 25-07-2005
Posts: 4
icon Re: Decrypt a password

could anyone hack an account on neopets for me plzzzz, it was mine.

____________________________
11coolkats

25-07-2005 at 08:20 AM
View Profile Send Email to User Show All Posts | Quote Reply
11coolkats
Level: Protégé

Registered: 25-07-2005
Posts: 4
icon Re: Decrypt a password

could anyone hack an account on neopets for me plzzzz, it was mine.

____________________________
11coolkats

25-07-2005 at 08:21 AM
View Profile Send Email to User Show All Posts | Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1616
icon Re: Decrypt a password

if it's yours, just contact them.

____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)

25-07-2005 at 06:59 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
stuartalex
Level: Master


Registered: 05-05-2003
Posts: 133
icon Re: Decrypt a password

All passwords stored in cookies are encrypted as standard.

Websites use something called one way encryptions. That means that the process that encrypts the password is impossible to reverse. How it works is that they store the encrypted version of your password, and when you log in they encrypt the password you have submited and if it matches to the text that they have they let you in.

So.... that means I guess the site reads your cookies and just compares the encrypted password straight away. This is not good though as someone else can "steal" that cookie by you visiting their site and then they can get in.

Thats why for very secure sites they will only let you save your password in cookies if you have a static IP. This means they will know if it is someone else.

Am I making any sence? I hope so.

I don't see why the cookie doesn't still "work".

Edit - Just because all of us here are programmers, why do you assume that we are "hackers". I think that is very stereotypical of you. "Crackers", password crackers, should be frowned upon. Lastly, just because I have a lot of general knowledge about these things does not mean that I crack any passwords at all.

[Edited by stuartalex on 25-07-2005 at 10:18 PM GMT]

[Edited by stuartalex on 25-07-2005 at 10:22 PM GMT]

____________________________
There are only 10 types of people in this world, those that understand binary and those that don't.

25-07-2005 at 10:09 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
Platinum Pyro
Level: Trainee

Registered: 20-08-2005
Posts: 1
icon Re: Decrypt a password

I can help you....send me your username and encrypted password. I need the username because neopets passwords are also based of the username....So, if my password was the same as yours, encrypted they would be different.

BTW, im a hacker, not a script kiddie, not  a cracker, a hacker...So dont complain.

[Edited by Platinum Pyro on 20-08-2005 at 12:54 AM GMT]

20-08-2005 at 12:43 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB General : Decrypt a password
Previous Topic (Getting MAc Address using WMI)Next Topic (Transfer live audio on network) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder