Search code examples
javascriptphpencryptionencryption-symmetric

Is there a PHP port of the Stanford Javascript Crypto Library?


Is there a php implementation of the Stanford Javascript Crypto Library?


Solution

  • I don't think there's a port of this specific library, but you can use mcrypt and hash and openssl extensions to achieve same results.