How to figure out blockSize from a Crypto Key
Hi
I am using the built in Cryto packages to do some encryption for an assignment. I need to send the key along to other clients but my teacher also wants us to display stuff like block size. I don't really want to send the block size along so I was wonder is there a way to find the block size from the keysize?
I am using RC2,DES,TripleDes,AES
|