No of visitors who read this post: 228
Type: Question
No votes yet

How to decrypt an encrypted file ? I have to decrypt and encrypted file. Can anyone help me with the decryption method ?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

# (Solution Accepted)

Do you know what is decryption and encryption? if yes then you must know the way how the file has been encrypted. If you do not know that then as a result the decryption algorithms cannot work. In some cases they work only because the standard decryption algorithms are loaded in software, which are tested for the decryption. If today you yourself code to encrypt a file then the file cannot be decrypted by any one else unless he knows the encryption method. Thus specify the encryption algorithm or a standard name of the algorithm at action for the decryption.

Thanks.

#

Encryption is the conversion of data into a form, called a cipher text, which cannot be easily understood by unauthorized people. Decryption is the process of converting encrypted data back into its original form, so it can be understood. You can decrypt your file please click How to encrypt and decrypt a file by using Visual Basic .NET or Visual Basic 2005 for more info.