Looks like they are same kind of CSP. My question is:
If I encrypt a message using "Microsoft Enhanced RSA and AES
Cryptographic Provider" on Windows 2003 server, can I use
"Microsoft Enhanced RSA and AES Cryptographic Provider(Prototype)"
decrypt it? Are there any limitations for doing so?
Thanks
Charles Zhang
Yes you can,
there is no limitations from w2k3 to xp prototype. And in opposite
direction, if i'm not mistaken prototype actually implements Rijndael
and allow different keysizes and blocksize, which didn't get into AES
standard.
-Valery
http://www.harper.no/valery
Actually I am doing encryption and decryption both ways. And I am not
very sure what meant about "prototype actually implements Rijndael
and allow different keysizes and blocksize, which didn't get into AES
standard." Could you explain more?
Thanks
Charles Zhang
Actually I am doing encryption and decryption both ways. And I am not
very sure what meant about "prototype actually implements Rijndael
and allow different keysizes and blocksize, which didn't get into AES
standard." Could you explain more?
Thanks
Charles Zhang
this mean that if you stick to standard AES keysizes and blocksize,
then you are OK.
More broad explanation is: Rijndael is an algorithm that algorithm
that was choosen as winner of AES competition back in 2000. However
AES standard depreciated blocksize 256 bits and several keysizes.
Rijndael allowed to use any keysize from 128 to 256 bit with 32 bits
increment. AES only left 128, 192 and 256 bits. So, if you use
blocksize 128 and keysize 128, 192 or 256 - you are OK with any AES
and Rijndael implementations available.
-Valery
http://www.harper.no/valery
This time the answers are very clear.
Charles Zhang