Re: Decrypting a data protected by ProtectedData.Protect() on another PC.
- From: Sin Jeong-hun <typingcat@xxxxxxxxx>
- Date: Sun, 4 May 2008 17:52:25 -0700 (PDT)
Thank you for the reply. I didn't specify any specific algorithm for
that. I just used Protect() and Unprotect(), and all the things were
done automatically. So, I guess what you mean is that I can't
generally decrypt data which was Protect()ed on another machine or
user account, but have to use a third party library or manual
encryption.
On May 5, 2:41 am, "Alvin Bruney [ASP.NET MVP]" <vapor dan using hot
male spam filter> wrote:
It depends on how it was encrypted. Some encryption strategies use the
machine so that the algorithm actually uses part of the machine to encrypt
and decrypt meaning that you can't decrypt from another machine. There's
also the user account which doesn't use machine level means. The other
important part is key storage. How will you make it available to the
encryption/decryption algorithm - that's the major sticking point with
windows type applications. Usually, I use the enterprise library for my
encryption needs which manages some of the issues for you automatically.
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively onwww.lulu.com/owc$19.99
-------------------------------------------------------
"Sin Jeong-hun" <typing...@xxxxxxxxx> wrote in message
news:ffeaa757-c358-4314-bfbe-77314823aac0@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
It seems like the Protect() uses the Windows accout information to
encrypt data. If I know the user name and the password, can I decrypt
it on another PC? If it is not, how about the exported key? On Windows
Vista, if file encryption is used, Windows suggests to back up the
key. If I import the key on another PC, then can I decrypt a data
protected by the Protect() method?
Or it is impossible by any means?
.
- Follow-Ups:
- Re: Decrypting a data protected by ProtectedData.Protect() on another PC.
- From: Alvin Bruney [ASP.NET MVP]
- Re: Decrypting a data protected by ProtectedData.Protect() on another PC.
- References:
- Decrypting a data protected by ProtectedData.Protect() on another PC.
- From: Sin Jeong-hun
- Re: Decrypting a data protected by ProtectedData.Protect() on another PC.
- From: Alvin Bruney [ASP.NET MVP]
- Decrypting a data protected by ProtectedData.Protect() on another PC.
- Prev by Date: Re: How to unstall a applicaiton with c#
- Next by Date: Re: dealing with Browser
- Previous by thread: Re: Decrypting a data protected by ProtectedData.Protect() on another PC.
- Next by thread: Re: Decrypting a data protected by ProtectedData.Protect() on another PC.
- Index(es):
Relevant Pages
|