Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
374 views

Create password breaker for iPhone backup files

I lost all my photos and contacts in my iPhone, when I had to do a recovery, after I did an update. When trying to restore my old data from backup file, it prompted me for password. I have tried all ...
0
votes
1answer
122 views

Android: Retrieving Password via registered Email on My Server

i am working on retrieving password to the user when he submits his mail id that he registered on my server. I need to check whether he entered correct registered id and give him response by sending ...
0
votes
3answers
298 views

to retrieve windows login-password via asp.net

public Object IsAuthenticated() { String domainAndUsername = strDomain + "\\" + strUser; ***DirectoryEntry entry = new DirectoryEntry(_path, domainAndUsername, strPass);*** SearchResult ...
0
votes
2answers
819 views

asp.net password recovery not working

I am trying to understand the password recovery technique on asp.net membership. This is my web.config file: <?xml version="1.0"?> <!-- Note: As an alternative to hand editing this ...
0
votes
1answer
335 views

ASP.net MVC - Where did the Password retrieval go?

Was it my imagination or did the earlier releases of ASP.net MVC have built in password retrieval? I'm not seeing it in version 1.0