Specific to the security of passwords: hashing, entropy, cracking, resets, lockouts, etc.

learn more… | top users | synonyms

3
votes
3answers
154 views

Recover Server 2008 R2 Domain Admin Password

So I did the ultimate silly thing: I lost my domain admin password for my Server 2008 R2 box. Sure, I could just re-install but that's going to be a huge pain. I tried rebooting with the Windows ...
0
votes
1answer
34 views

Allowing user to access password protected website without disclosing the password

A friend of mine has the following problem. She is an accountant and her clients frequently give her their login credentials so she could download their accounting data from various financial ...
0
votes
0answers
116 views

HDI interpret Ettercap “PASS” fields?

I'm running ettercap (with Moxie Marlinspike's sslstrip), and I can't interpret a huge amount of the username / password output I get. I get a huge amount of traffic through my network that looks like ...
-3
votes
0answers
42 views

Securely Accessing Email Account and Storing Login in Web Application

Goal: Registered user will authenticate an email account, allowing the web application to fetch emails every X minutes and display on the webpage. Authentication will be stored for the user (i.e. if ...