Ask a Question related to ASP.NET Security, Design and Development.
-
Greg #1
Question on GenerateIV and GenerateKey
When a PC executes GenerateIV or GenerateKey, is the key and IV automatically
stored somewhere on the PC or is one out of luck if they don't manually store
the key and IV in order to decrypt any document that was encrypted using the
key and IV?
Greg Guest
-
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you
<RonGrossi382872@yahoo.com> wrote in message news:1114393703.900419.199790@f14g2000cwb.googlegroups.com... This is the most important question of... -
Pen Tool Use Question. (Embarrassingly Newbie Question)
I'm currently using Flash MX and whenever I choose the Pen Tool instead of the pen nib with the small "x" beside it that supposed to show up on... -
Dominick Baier [DevelopMentor] #2
Re: Question on GenerateIV and GenerateKey
Hello Greg,
you have to store the IV and Key yourself, e.g. you can prepend the IV to
the data you are encrypting (as it is no secret).
i have a sample up on my blog - check it out.
[url]http://www.leastprivilege.com/PermaLink.aspx?guid=f73ca1e0-bcfa-4563-862f-eb06ab317075[/url]
---------------------------------------
Dominick Baier - DevelopMentor
[url]http://www.leastprivilege.com[/url]
> When a PC executes GenerateIV or GenerateKey, is the key and IV
> automatically stored somewhere on the PC or is one out of luck if they
> don't manually store the key and IV in order to decrypt any document
> that was encrypted using the key and IV?
>
Dominick Baier [DevelopMentor] Guest



Reply With Quote

