Click here to Skip to main content
15,868,019 members
Home / Discussions / C#
   

C#

 
GeneralRe: Decrypt E-Mail address Pin
Dave Kreskowiak20-Nov-12 8:13
mveDave Kreskowiak20-Nov-12 8:13 
GeneralRe: Decrypt E-Mail address Pin
CafedeJamaica20-Nov-12 8:16
professionalCafedeJamaica20-Nov-12 8:16 
GeneralRe: Decrypt E-Mail address Pin
Dave Kreskowiak20-Nov-12 8:50
mveDave Kreskowiak20-Nov-12 8:50 
GeneralRe: Decrypt E-Mail address Pin
CafedeJamaica20-Nov-12 8:55
professionalCafedeJamaica20-Nov-12 8:55 
GeneralRe: Decrypt E-Mail address Pin
CafedeJamaica20-Nov-12 8:14
professionalCafedeJamaica20-Nov-12 8:14 
GeneralRe: Decrypt E-Mail address Pin
Dave Kreskowiak20-Nov-12 8:16
mveDave Kreskowiak20-Nov-12 8:16 
GeneralRe: Decrypt E-Mail address Pin
CafedeJamaica20-Nov-12 8:19
professionalCafedeJamaica20-Nov-12 8:19 
AnswerRe: Decrypt E-Mail address Pin
harold aptroot19-Nov-12 22:53
harold aptroot19-Nov-12 22:53 
You can try. But it's very processor/time intensive and even when you find a string that looks like an email address and has the correct MD5 hash, it may still not be the original address.

But you can do better than "nothing", which appears to be what most people are advocating.

Obtain a huge list of email addresses somewhere, and see if any of them match your hashes.
Look into oclHashcat. You can get it to test only strings that look like plausible email addresses. Email addresses are notorious for having much valid variation, but most will look like "asciichars@some_known_email_provider". Where the "asciichars" part is likely to contain words/names plus digits, underscores and dots. So don't use brute force, be smart. Use dictionaries of words+names and patterns.
QuestionGet data back from windows process Pin
tdcmystere19-Nov-12 2:42
tdcmystere19-Nov-12 2:42 
AnswerRe: Get data back from windows process Pin
Eddy Vluggen19-Nov-12 3:10
professionalEddy Vluggen19-Nov-12 3:10 
GeneralRe: Get data back from windows process Pin
tdcmystere19-Nov-12 3:19
tdcmystere19-Nov-12 3:19 
GeneralRe: Get data back from windows process Pin
Eddy Vluggen19-Nov-12 3:42
professionalEddy Vluggen19-Nov-12 3:42 
GeneralRe: Get data back from windows process Pin
tdcmystere19-Nov-12 4:17
tdcmystere19-Nov-12 4:17 
AnswerRe: Get data back from windows process Pin
Eddy Vluggen19-Nov-12 4:37
professionalEddy Vluggen19-Nov-12 4:37 
GeneralRe: Get data back from windows process Pin
tdcmystere19-Nov-12 5:21
tdcmystere19-Nov-12 5:21 
SuggestionRe: Get data back from windows process Pin
Eddy Vluggen19-Nov-12 5:25
professionalEddy Vluggen19-Nov-12 5:25 
QuestionC# 2010 Express - SQL Server 2008 Express connection "Login failed" Pin
bneveux18-Nov-12 23:39
bneveux18-Nov-12 23:39 
AnswerRe: C# 2010 Express - SQL Server 2008 Express connection "Login failed" Pin
bneveux19-Nov-12 0:04
bneveux19-Nov-12 0:04 
QuestionWrite and read a paragraph in XML format string ? Pin
taibc18-Nov-12 16:29
taibc18-Nov-12 16:29 
AnswerRe: Write and read a paragraph in XML format string ? Pin
n.podbielski18-Nov-12 20:07
n.podbielski18-Nov-12 20:07 
GeneralRe: Write and read a paragraph in XML format string ? Pin
taibc18-Nov-12 20:21
taibc18-Nov-12 20:21 
GeneralRe: Write and read a paragraph in XML format string ? Pin
n.podbielski18-Nov-12 21:06
n.podbielski18-Nov-12 21:06 
GeneralRe: Write and read a paragraph in XML format string ? Pin
taibc18-Nov-12 21:10
taibc18-Nov-12 21:10 
GeneralRe: Write and read a paragraph in XML format string ? Pin
n.podbielski18-Nov-12 21:19
n.podbielski18-Nov-12 21:19 
GeneralRe: Write and read a paragraph in XML format string ? Pin
taibc18-Nov-12 21:28
taibc18-Nov-12 21:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.