easeappphp/ea-halite
Composer 安装命令:
composer require easeappphp/ea-halite
包简介
A very simple and safe PHP library that provides wrapper methods to handle encryption, decryption along with authentication in both symmetric & asymmetric modes for both text content and files appropriately. This library is based upon Halite library from Paragonie Initiative Enterprises.
关键字:
README 文档
README
A very simple and safe PHP library that provides wrapper methods to handle encryption, decryption along with authentication in both symmetric & asymmetric modes for both text content and files appropriately. This library is based upon Halite library from Paragonie Initiative Enterprises.
Secure Key Storage
- The keys are to be stored outside web root of the application server.
- Alternatively, they can be stored in Key Management Systems like VaultProject (https://www.vaultproject.io/) or Key Management Services that are offered by AWS, Microsoft Azure, Google Cloud Platform etc..., wherein, some custom development is probably to be made in the scope of saving the generated key from halite and in terms of loading the keys from Key Management System/Key Management Service.
Security Guideline
Do re-generate Security keys using the examples/key-generation.php file, to avoid using the pre-generated ones that are provided in examples folder.
To Do
Key Lifecycle Management processes are in the planning, even though there is no specific deadline for this thought process.
Contributors
- Pradeep Ganapathy
- Krishnaveni Nimmala
License
This software is distributed under the MIT license. Please read LICENSE for information on the software availability and distribution.
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-11