An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

presentation-lion-packages



Latest Stable Version


Total Downloads


License


PHP Version Require

🚀 **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).