PHPackages                             paragonie/paserk-wrap-aws-kms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. paragonie/paserk-wrap-aws-kms

ActiveLibrary[Security](/categories/security)

paragonie/paserk-wrap-aws-kms
=============================

Use AWS KMS for key-wrapping with PASERK

v0.1.0(2y ago)13[1 issues](https://github.com/paragonie/paserk-php-wrap-aws-kms/issues)ISCPHPPHP &gt;= 8.1

Since Aug 25Pushed 2y ago3 watchersCompare

[ Source](https://github.com/paragonie/paserk-php-wrap-aws-kms)[ Packagist](https://packagist.org/packages/paragonie/paserk-wrap-aws-kms)[ RSS](/packages/paragonie-paserk-wrap-aws-kms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

PASERK Wrapper for AWS KMS
==========================

[](#paserk-wrapper-for-aws-kms)

[![Build Status](https://github.com/paragonie/paserk-php-wrap-aws-kms/actions/workflows/ci.yml/badge.svg)](https://github.com/paragonie/paserk-php/actions)[![Latest Stable Version](https://camo.githubusercontent.com/b71084b4766f86aa3cd122e452742c5611438765f6eaec074ab8dca3164308bf/68747470733a2f2f706f7365722e707567782e6f72672f70617261676f6e69652f70617365726b2d777261702d6177732d6b6d732f762f737461626c65)](https://packagist.org/packages/paragonie/paserk-wrap-aws-kms)[![Latest Unstable Version](https://camo.githubusercontent.com/a7df02237c111b4c828d2b5a8c796efc3ba61c673666b48682d50798c32740dc/68747470733a2f2f706f7365722e707567782e6f72672f70617261676f6e69652f70617365726b2d777261702d6177732d6b6d732f762f756e737461626c65)](https://packagist.org/packages/paragonie/paserk-wrap-aws-kms)[![License](https://camo.githubusercontent.com/8a38d6fc3009218965e308597041e755dbfe0ca0b1553f3557ed1225887e80b1/68747470733a2f2f706f7365722e707567782e6f72672f70617261676f6e69652f70617365726b2d777261702d6177732d6b6d732f6c6963656e7365)](https://packagist.org/packages/paragonie/paserk-wrap-aws-kms)[![Downloads](https://camo.githubusercontent.com/53234a4956ff59e3fd09abfed8c071520d5ffaf377956fd193e39f449776640d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70617261676f6e69652f70617365726b2d777261702d6177732d6b6d732e737667)](https://packagist.org/packages/paragonie/paserk-wrap-aws-kms)

Integrates PASERK with AWS KMS for key-wrapping. **Requires PHP 8.1 or newer.**

This repository is an extension of [PASERK for PHP](https://github.com/paragonie/paserk-php).

PASERK Specification
--------------------

[](#paserk-specification)

The PASERK Specification can be found [in this repository](https://github.com/paseto-standard/paserk).

Installing
----------

[](#installing)

```
composer require paragonie/paserk-aws-kms

```

Usage
-----

[](#usage)

### Initialization

[](#initialization)

You will need a [`KmsClient`](https://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.Kms.KmsClient.html) object and a PASETO protocol version object.

```
