Cryptography in Silverlight and PHP
Are there any common cryptographic algorithms common to both Silverlight and PHP?
Edit: I want to encrypt a string in Silverlight and decrypt it in PHP.
Answers & Comments...
Answer: 1
Answer: 1
Silverlight has an AES implementation, as does PHP MCRYPT_RIJNDAEL_128
. It will be just fine for general-purpose symmetric crypto.
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog