Re: Problem with decryption

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




The example in Pro ASP.NET 1.1 talks about encrypting credit card #s then
storing it and decrypting it back tot he original string. So i used that as
a basis the passwords.
Ashok
"Peter Bromberg [C# MVP]" <pbromberg@xxxxxxxxxxxxxxxxxxx> wrote in message
news:E67726D9-2EE1-4D2D-95DB-892A44782339@xxxxxxxxxxxxxxxx
> Showjumper,
> No this is not normally the case. A crytographic hash is a unique result
> of
> an operation on an object. If you repeat the hash operation on an
> identical
> object, you can get what should be an identical hash.
>
> The hash itself is NOT decryptable back to the original string. What most
> systems do is email you a new Temporary password, and allow you to come
> back
> in and change it if you wish. This is the most secure arrangement.
> Peter
>
> --
> Co-founder, Eggheadcafe.com developer portal:
> http://www.eggheadcafe.com
> UnBlog:
> http://petesbloggerama.blogspot.com
>
>
>
>
> "Showjump@xxxxxxxxx" wrote:
>
>> I should just be able to reverse it and decrypt the alphanumeric string
>> back tot he original password right? Th eobjctive is to be able to
>> email a user his password.
>>
>>
>



.



Relevant Pages

  • Re: Unhashing int64 to string
    ... The hash value can only tell you which set of about ... you may have some information about the original string ... or usually shorter than 20 characters. ... If the string were known to be a fragment of natural language text, ...
    (comp.theory)
  • Re: What function allows conversion md5 in text
    ... original string. ... Even a string of 5 characters may have a duplicate ... same hash as 'abc', for instance. ... Hoshi: "Shouldn't we try to help them?" ...
    (comp.lang.php)
  • Re: What function allows conversion md5 in text
    ... original string. ... Even a string of 5 characters may have a duplicate hash. ... Or a password of 'ksfjlksahoh3ndskjvcn' just might have the same hash as 'abc', ... it doesn't matter which one the user uses to get into the system. ...
    (comp.lang.php)
  • Re: Rindjael and testing failure
    ... A reasonably simple option would be to generate a hash of plain text (using ... SHA-1 or MD5) and append it at the beginning of the plain text value before ... After decrypting data, you can split the result into two pieces ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: How to Decrypt
    ... > I am using the follwoing method to encrypt a passowrd. ... > But I like to decrypt back to original string. ... Your function calculates a hash value of the password. ...
    (microsoft.public.dotnet.languages.vb)