sending password by email

feihlination

Active member
hey all,

a friend of mine forgot his password. (60ft_SLOPESTYLE) is there a possibility to send it by email?

thx alot

proudly representing ISCHGL, TIROL, AUSTRIA
 
I got the same problem and e-mailed chris o connell but he said they couldnt retrieve it(see thread I just created)

'Yes time flies. And were did it leave you? Old too soon, smart too late'

Mike Tyson
 
No we can't retrieve a password, but we can reset it.

--

What's hot? This is the computer industry, we play something out and stick with it..
 
Not that resetting it isn't good enough, but just because I'm interested...how could you not be able to retrieve it? Every encryption algorithm has a decryption algorithm. When I login, even if it just re-encrypts my password and compares the two encrypted ones, you just do the opposite of the encyrption and whamo, it's decrypted.

 
dont forget your password lesson learned daaaaaaamn

“Has you ever had an abortion? Surely you should try something before you say it is bad. Because I was very anti-Burger King, but then I went there and I had the flame grilled, ain’t it, and you know it was like amazing.� -Ali G
 
click on the thing that says 'save password' next time you log in

-Craig

'Lawrence, what would you do if you had a million dollars?'

'I'll tell you what id do man, two chick s at the same time man'

'thats it? if you had a million youd do two chicks at the same time?'

'damn straight, always wanted to do that man, i think if i were a millionaire i could hook that up too cause chicks dig dudes with money'

'well not all chicks'

'well, chicks that double up on me do'

'good point'

 
sure, but the standard encryption in most languages doesnt offer a simple decryption function. I know for example in PHP the most effective form is md5() and as fara s I'm aware there isnt a function to decrypt it. Corrcet me if I'm worng tho.

.:PABLO:.

Member No: 12718


I am just a worthless liar, I am just an imbecil, I will only complicate you, trust in me and fall aswell...

It's fun being hated.
 
We don't use an encryption algorithm for passwords, we use a hash (yes you read right).

A hash is a unique number that represents a string of characters. So we take your password and hash it using MD5. It basically gives us a unique key that identifies your password.

When you login to NS we MD5 the password that is supplied and compare it against the MD5 hash that's in the database. If the hashs match then the original strings were the same, thus a matching password.

Hash functions have no 'decryption' method. One way only.

--

What's hot? This is the computer industry, we play something out and stick with it..
 
give me 4 or 5 months and a fast computer and i'll brute force it.

___________________

Are we clear or do we have to take this e-outside?

--Crystal-needs-a-park
 
Cool.

_______________________

'Thanks for ripping off my friend. He has a magnum.' - SkogenJake

'I was like a 13 year old girl meeting a backstreet boy' - Ski@Jaypeak2 ... on meeting Glen Plake
 
good luck with the brute force thing, it really depends on the password and the amount of possible passwords in your wordlist, if the password has some caps and some no caps OR has characters AND numbers then your completly screwed, and if it has sumthing to do with the person/their family chances are that the brute force wordlist wont have the password

 
^ well that's what brute force is, but jacktheripper was referring to a dictionary attack that most programs do before brute forcing. I agree. it will take so long and it is basically useless. i was mostly joking when i made that comment.

___________________

Are we clear or do we have to take this e-outside?

--Crystal-needs-a-park
 
learned about hashes last year in comp sci, i feel smart!

-Ira

Member No. 8857

Viva La Rèsistance

i think the hustle dance is pretty sick - DENALI44
 
don't know jack about hashes, feel useless.

______________________

- Ian

~~Phunkin Phatt Phreerider~~
 
Back
Top