 |
| ASP.NET 3.5 Basics If you are new to ASP or ASP.NET programming with version 3.5, this is the forum to begin asking questions. Please also see the Visual Web Developer 2008 forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 3.5 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

November 28th, 2009, 02:48 PM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 5
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Decrypt
Can someone decrypt this password for me ive tried everything i cant get it
53c5b370221710b01698c74ef70676fb
|
|

November 29th, 2009, 03:48 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2007
Posts: 477
Thanks: 10
Thanked 19 Times in 18 Posts
|
|
Quote:
Originally Posted by nmm39
Can someone decrypt this password for me ive tried everything i cant get it
53c5b370221710b01698c74ef70676fb
|
without knowing the password algorithm you'd probably need a supercomputer. That's why .NET is supposed to handle the decryption for you. How is the encryption/decryption configured?
__________________
-------------------------
Whatever you can do or dream you can, begin it. Boldness has genius, power and magic in it. Begin it now.
-Johann von Goethe
When Two Hearts Race... Both Win.
-Dove Chocolate Wrapper
Chroniclemaster1, Founder of www.EarthChronicle.com
A Growing History of our Planet, by our Planet, for our Planet.
|
|

November 30th, 2009, 04:27 PM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 5
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Im not sure its a password for a facebook account i tried usisng a free program online for the m5 but it didnt work
|
|

November 30th, 2009, 08:41 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
If it's really a facebook password I really hope that it's encrypted one way, like the good passwords should be, so anyone that read it can't decrypt it. So my guess should be that it 's hasshed some way.
__________________
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question.
(Took that from Doug signature and he Took that from Peter profile)
================================================== =========
My programs achieved a new certification :
WORKS ON MY MACHINE
================================================== =========
I know that CVS was evil, and now i got the proof.
================================================== =========
|
|
The Following User Says Thank You to gbianchi For This Useful Post:
|
nmm39 (December 2nd, 2009)
|
|

December 1st, 2009, 01:04 AM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 5
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
is there a way of unhashing it can anyone do that??
|
|

December 1st, 2009, 04:15 AM
|
|
Friend of Wrox
|
|
Join Date: Nov 2009
Posts: 156
Thanks: 13
Thanked 16 Times in 16 Posts
|
|
Read this book
Read 4th chapter of ASP.NET 3.5 Enterprise Development book (UI chapter)
There is some methods for encryption and decryption that can be usefull
|
|
The Following User Says Thank You to irProject For This Useful Post:
|
nmm39 (December 2nd, 2009)
|
|

December 1st, 2009, 12:00 PM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 5
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
I dont have that book and i cant afford it. I really need this password decrypted if anyone out there could do it i would really appreciate it.
|
|

December 1st, 2009, 12:13 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
What would be the point of encryption if you could simply decrypt it without knowing the key that was used to encrypt it with? That would sort of default the purpose, don't you think?
Try a brute force attack....
Out of curiosity: where did you get the Facebook encrypted key? Isn't that something they maintain?
Imar
|
|
The Following User Says Thank You to Imar For This Useful Post:
|
nmm39 (December 2nd, 2009)
|
|

December 2nd, 2009, 11:59 AM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 5
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
I used a program online where they find all the information out for you but charge you at the end to decrypt it so i was trying to work around it with out being charged
|
|
 |