常用正则汇总。
PHP-javaScript-RSA 非对称加密
发表于
|
更新于
|
分类于
PHP
基于 jsencrypt.js 之 javaScript 加密,PHP解密。 (应用于登录注册)。前端后台数据交互需要进行加密之后传输使用,以保证系统数据的安全。非对称加密速度慢,所以只能加密较小的数据。可以在AES 基础上进行RSA 加密(将数据 AES 加密,在用RSA 加密 AES的密钥)。
Hello World
发表于
|
更新于
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.