Results 1 to 3 of 3

Thread: How to Decrypt Encrypted Password?

  1. #1
    Join Date
    Feb 2009
    Posts
    35

    How to Decrypt Encrypted Password?

    Hi,

    I am in a trouble while decrypting my encrypted Password assigned to my project file, the problem is that, my colleague has given a software to Encrypt the password i used that and managed to Encrypt the password instantly i again try to decrypt that for security purpose whether it is working properly or not but it happens inversely, i was failed to decrypt that please help me.

    Any help would be appreciated.

  2. #2
    Join Date
    Dec 2008
    Posts
    202

    Re: How to Decrypt Encrypted Password?

    1. Use namespace System.Security.Cryptography.
    2. Declare an UTF8Encoding object.
    3. Declare an object of MD5CryptoServiceProvider compute hash keys and compute the hash key for the variable.


    Hope this will suffice your need.

  3. #3
    Join Date
    Mar 2008
    Posts
    227

    Re: How to Decrypt Encrypted Password?

    The theory goes that the password encryption is a one-way process. By this I mean that it is not computationally feasible to decrypt it.

    The way that this works is that when a user enters a password, it is encrypted and compared with the encrypted version in the file.
    The user is only allowed in if the two encrypted versions match.

    There is no way to recover a lost password, the only option is to issue a new temporary password to the user, the encrypted version of the new password replaces the old. The user should then change his/her own password so that only they know it.

    Only a brute force method can be used to find out the contents of a password file, for example by encrypting a dictionary file and comparing the encrypted version against each password. This will only work if the user has used a dictionary word as a password, hence the recommendation to use both characters and numbers in a password. Such programs however run for days and days and cannot be guaranteed to decrypt all carefully chosen passwords. Besides, this is not what you want to do, is it?

Similar Threads

  1. Replies: 4
    Last Post: 04-03-2012, 05:55 PM
  2. Recover Bitlocker encrypted drive password
    By svkrocks in forum Networking & Security
    Replies: 2
    Last Post: 31-08-2011, 09:46 PM
  3. Replies: 6
    Last Post: 23-10-2010, 06:12 PM
  4. How to decrypt an encrypted password?
    By PersonOfTheFall in forum Software Development
    Replies: 5
    Last Post: 22-09-2009, 09:23 AM
  5. Decrypt the Encrypted QAM channels
    By CALANTHIA in forum Operating Systems
    Replies: 3
    Last Post: 24-08-2009, 03:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,461,288.12766 seconds with 17 queries