spomky-labs / aes-key-wrap
AES Key Wrap for PHP.
Installs: 15 188 767
Dependents: 13
Suggesters: 3
Security: 0
Stars: 45
Watchers: 5
Forks: 3
Open Issues: 0
Requires
- php: >=8.0
- ext-mbstring: *
- ext-openssl: *
Requires (Dev)
- infection/infection: ^0.25.4
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.0
- phpstan/phpstan-beberlei-assert: ^1.0
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-strict-rules: ^1.0
- phpunit/phpunit: ^9.0
- rector/rector: ^0.12.5
- symplify/easy-coding-standard: ^10.0
README
This library provides an implementation of the RFC 3394 (Advanced Encryption Standard (AES) Key Wrap Algorithm) and the RFC 5649 (Advanced Encryption Standard (AES) Key Wrap with Padding Algorithm).
The Release Process
The release process is described here.
Prerequisites
This library needs at least PHP 8.0
.
It has been successfully tested using 8.0
and 8.1
.
Installation
The preferred way to install this library is to rely on Composer:
composer require spomky-labs/aes-key-wrap
How to use
Take a look at How to use to use this library.
Support
I bring solutions to your problems and answer your questions.
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of 🍻 or more!
Or
Contributing
Requests for new features, bug fixed and all other ideas to make this library useful are welcome. Please follow these best practices.
If you discover a security vulnerability within the project, please don't use the bug tracker and don't publish it publicly. Instead, all security issues must be sent to security [at] spomky-labs.com.
Licence
This software is release under MIT licence.