Recommend this page to a friend! |
Classes of Scott Arciszewski | PASERK PHP | docs/README.md | Download |
|
DownloadPASERK (PHP Documentation)PASERK is an extension to PASETO that provides key-wrapping and serialization. To understand the motivation behind PASERK, please refer to the PASERK Specification. What Is PASERK Anyway?PASERKs are serialized keys for use with PASETO. PASERK is short for "Platform-Agnostic SERialized Keys". A serialized key in PASERK has the format:
Each PASERK version corresponds directly with the PASETO version a serialized key is intended to be used with, and it MUST NOT be used for another version. Each PASERK type is a composition of one or more PASERK operations. Please refer to the PASERK specification if you'd like to learn more about the types/operations. This section merely focuses on how to use the PHP implementation. Working with PASERK Types in PHP
For What About the PASERK Operations?We do not recommend interfacing directly with the PASERK Operations. Use the PASERK Types instead. |