Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a Dat file and i have to encrypt it, And i have encrypted dat file, So, i need to know which type of encryption that dat file encrypted, And i need to know how to decrypt dat file..?

What I have tried:

I searched, But i didnt found anything.. so, plz help me
Posted
Updated 7-Nov-17 10:31am
Comments
Dave Kreskowiak 7-Nov-17 9:02am    
Are you saying that you have no idea how you encrypted the file? There is nothing you can do to determine how the file was encrypted or the keys used.

 
Share this answer
 
Quote:
I searched, But i didnt found anything.. so, plz help me

You need to search better and study.
Cryptography - Wikipedia[^]

Quote:
So, i need to know which type of encryption that dat file encrypted,

If you did the encryption, you should know how you did it, the method and the key.

Quote:
And i need to know how to decrypt dat file..?

For every encryption method, there is a matching decryption method. And for every encryption key, there is a unique decryption key.

The main principle of encryption is to make decryption as difficult as possible for anyone that don't have the decryption key and method.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900