How can one determine the appropriate length for an initialization vector when used with the encrypt/decrypt functions in the CryptoUtil typelib?
I've done a little investigation and it seems that it's dependent upon the specific cipher one has selected. I realize that there are (currently) 119 ciphers supported, but can you provide some general information about how one could/should do this?
2
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?We didn't do anything special to make all those algorithms available; we simply wrapped a standard crypto library and put it into the utility typelib.
I know we've used several of the 'popular' ciphers, so I'll see if I can dig up any sample code for AES, DES, Triple-DES, Blowfish, and Twofish.
When you know what cipher you're going to use, you can usually find good information about it other places.
1 person says
this answers the question
Loading Profile...


