Encrypt in Javascript, decrypt in PHP, using public-key cryptography

前端 未结 5 1911
不思量自难忘°
不思量自难忘° 2020-11-30 19:47

I\'d like to encrypt in JavaScript, decrypt in PHP, using public-key cryptography. I\'ve been trying to find libraries that can accomplish this, but am having issues.

<
5条回答
  •  盖世英雄少女心
    2020-11-30 20:28

    This is based on the Tiny Encryption Algorithm, which is a symmetric (private key) encryption system. It may nevertheless be of use to you because of its light weight.

    This is now at: http://babelfish.nl/Projecten/JavascriptPhpEncryption

提交回复
热议问题