I have tried a few bits of code that are scattere over the internet demonstrating how to encrypt text and decrypt it.
I know enough to make it work but I'd like to understand it better. The bit that confuses me is the 'IV' paramerter
commonly used in VB.Net encryption classes.
If I were to define an occurrance of an encryption class such as the TripleDESCryptoServiceProvider, it has a property
of '.key' and 'IV'. I have read a number of web pages decsribing what 'IV' is but I get lost very quickly. Can anybody sum it up in simple terms what it does?
Also should I always set the 'IV' to a vlaue as some of the web page examples I have used just leave as blank.
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.
I know enough to make it work but I'd like to understand it better. The bit that confuses me is the 'IV' paramerter
commonly used in VB.Net encryption classes.
If I were to define an occurrance of an encryption class such as the TripleDESCryptoServiceProvider, it has a property
of '.key' and 'IV'. I have read a number of web pages decsribing what 'IV' is but I get lost very quickly. Can anybody sum it up in simple terms what it does?
Also should I always set the 'IV' to a vlaue as some of the web page examples I have used just leave as blank.
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.