我正在开发一个计算机安全课程的瓦 JavaSE应用软件(通用内联网),该课程通过吉大港警察局的请求向服务器发送了注册用户的密码(AES电子加密)。 它采取下列步骤:
- The user registers to the Intranet app.
- The client sends an HTTP request containing the student s password, encrypted with AES.
- The PHP script now decrypts the AES ciphertext and hashes it.
- The hashed password is stored into the database.
现在,从我对AES的理解来看,作为加密过程的一部分,我需要一个秘密的关键。 由于服务器的文字需要加密密码的秘密钥匙,每次使用同样的秘密钥匙是否是一种坏的想法? 该书一旦收到电离层后,它将使用一种电离散功能将其储存在数据库中。