dougu1045 2014-11-21 22:01
浏览 34

PHP中公钥加密的非随机替代方案?

I am searching for an asymmetric encryption algorithm with a simple PHP implementation which is not generating different public/private keys each time I run it (but always the same for the same password).

The reason is simple: My customers often forget/reset their password, but once they remember it, they should be able to recover old encrypted files sent to them using the old public key. With RSA, every time they reset their password (and by that, their public key), a new random public key gets generated, even for the same password.

Thanks in advance!

  • 写回答

1条回答 默认 最新

  • dongzhuxun5136 2014-11-22 00:14
    关注

    Just encrypt the private key using password based encryption. That is first derive a secret key from a password (using PBKDF2 or bcrypt for instance) and then encrypt the private exponent or the whole key. This is the way e.g. PGP works. Of course this requires storing the encrypted private key.

    评论

报告相同问题?

悬赏问题

  • ¥50 树莓派安卓APK系统签名
  • ¥15 maple软件,用solve求反函数出现rootof,怎么办?
  • ¥65 汇编语言除法溢出问题
  • ¥15 Visual Studio问题
  • ¥15 state显示变量是字符串形式,但是仍然红色,无法引用,并显示类型不匹配
  • ¥20 求一个html代码,有偿
  • ¥100 关于使用MATLAB中copularnd函数的问题
  • ¥20 在虚拟机的pycharm上
  • ¥15 jupyterthemes 设置完毕后没有效果
  • ¥15 matlab图像高斯低通滤波