Connecting Tech Pros Worldwide Forums | Help | Site Map

VB.net Encryption Question

Peter
Guest
 
Posts: n/a
#1: Nov 21 '05
Assuming a program correctly impliments Rijndael Encryption....

While using Rijndael 256 bit encryption in vb.net,
if a hacker where to be able to compromise the IV (vector) pattern,
how much would that degrade the security of the encryption?

Would it be a 50% loss? Would it be brute force breakable in less than 6 months?

-Peter

Steven Campbell
Guest
 
Posts: n/a
#2: Nov 21 '05

re: VB.net Encryption Question


It will allow the attacker to tell if a particular piece of data (already in
their possession) is the one that was encrypted. It does not weaken the
encryption.

In any case, there is no reason that the IV should be compromised, because
it is a random piece of data that is used only at the time of encryption,
and thrown away after its use.


~Steve

"Peter" <peter@mclinn.com> wrote in message
news:dcde2a5a.0408241203.15fb3a55@posting.google.c om...[color=blue]
> Assuming a program correctly impliments Rijndael Encryption....
>
> While using Rijndael 256 bit encryption in vb.net,
> if a hacker where to be able to compromise the IV (vector) pattern,
> how much would that degrade the security of the encryption?
>
> Would it be a 50% loss? Would it be brute force breakable in less than 6
> months?
>
> -Peter[/color]


Closed Thread


Similar Visual Basic .NET bytes