Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Folks,
Struggling With Encrypted file , I have encrypted a file Using windows Encryption, and now unable to decrypt it as the User with which I encrypted it doesn't exist anymore, I formatted that OS. But the file is still encrypted, and I am unable to access that file.

how we can decrypt a file Encrypted by Windows encryption in Windows, when the user who encrypted that file doesn't exist any more..I tried..but didnt get anything...wanted to know if there is any Software available which can do this..

Any help is highly appreciated.
Posted
Comments
Sergey Alexandrovich Kryukov 25-Jan-13 13:54pm    
What encryption? There are many.
Basically, if you don't have a key for decryption, you cannot decrypt. Who is the user does not really matter, it does matter who has what key.
(Language? Platform (Windows native or .NET)?)
—SA
Abhishek Pant 25-Jan-13 14:05pm    
use 7-zip a open source software.

You mean NTFS encryption[^]? Forget it, you won't be able to decrypt it in a reasonable amount of time (several years).

To avoid such situations in the future, I suggest you study this article really carefully: http://technet.microsoft.com/en-us/library/cc512680.aspx[^]

No, actually you can try (buy) tools like this one: http://www.elcomsoft.com/aefsdr.html[^], and hope, that they worth the money...
 
Share this answer
 
Comments
Pravin291989 25-Jan-13 15:05pm    
Yeah the file is Encrypted by NTFS encryption. Isn't there any Freeware to Decrypt these kind of files..?
Zoltán Zörgő 25-Jan-13 15:18pm    
I don't know of any. Search for it, but I am pretty sure you won't find any...
If you have an encrypted file, and the user who encrypted it has left the company taking the password with him, then the file is useless (assuming it was encrypted with a reasonable algorithm rather than something home-brewed) unless you can contact him and ask for the password.

If you need the user ID to decrypt it, then recreate the user and see what happens.

But my guess is that you are looking at a useless file - encryption algorithms are very good, and it is extremely unlikely that you could "brute force" decrypt the file in this lifetime, unless processing power ceases to follow Moores Law[^] and fundamental changes to the design of computers occur.
 
Share this answer
 
Comments
Pravin291989 25-Jan-13 15:04pm    
The case is that Previously I was having windows8 ,I encrypted the file in that. now I formatted my system and using XP. And the file is now inaccessible for me.

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



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