dbeurive/rsa
Composer 安装命令:
composer require dbeurive/rsa
包简介
This package contains a very basic service that performs RSA encoding and decoding. Please note that this package is just an example for an article.
README 文档
README
This package contains a very basic service that performs RSA encoding and decoding.
Please note that this package is just an example for an article.
Please note that if you need to generate RSA keys:
openssl genpkey -algorithm RSA -out key.pem -pkeyopt rsa_keygen_bits:2048;
openssl rsa -in key.pem -pubout -out key_pub.pem
openssl rsa -in key.pem -out key_prv.pem
The commands above will generate a public key key_pub.pem and a private key key_prv.pem.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-23