https://github.com/lion-packages/security
Library created with the function of implementing AES and RSA Security functions for PHP, it also includes functions to create JWT.
https://github.com/lion-packages/security
aes jwt php rsa validation
Last synced: 3 months ago
JSON representation
Library created with the function of implementing AES and RSA Security functions for PHP, it also includes functions to create JWT.
- Host: GitHub
- URL: https://github.com/lion-packages/security
- Owner: lion-packages
- License: mit
- Created: 2022-03-26T21:36:14.000Z (about 4 years ago)
- Default Branch: 12.x
- Last Pushed: 2026-04-01T20:58:31.000Z (3 months ago)
- Last Synced: 2026-04-02T08:22:18.588Z (3 months ago)
- Topics: aes, jwt, php, rsa, validation
- Language: PHP
- Homepage: https://dev.lion-packages.com/docs/library/content
- Size: 321 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.MD
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

🚀 **Lion-Security** Library created with the function of implementing AES and RSA Security functions for PHP, it also includes functions to create JWT.
---
## 📖 Features
✔️ Symmetric encryption with AES.
✔️ JWT token generation.
✔️ Encryption key creation and RSA encryption.
✔️ Password creation using the SHA256 algorithm.
---
## 📦 Installation
Install the security using **Composer**:
```bash
composer require lion/security
```
## 📝 License
The security is open-sourced software licensed under the [MIT License](https://github.com/lion-packages/security/blob/main/LICENSE).