I\'m trying to do a simple task. Encypt a value in PHP and Decrypt it in my VB.net app. I figure I\'d use tripleDES or Rijdael 128 or 256
I though this should be simple
For PHP you should look at the mcrypt extension, which should support all of the ciphers you specified