PHP Classes

File: docs/03-Implementation-Guide/README.md

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP PASeTo   docs/03-Implementation-Guide/README.md   Download  
File: docs/03-Implementation-Guide/README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP PASeTo
Encrypt and decrypt data with PaSeTO protocol
Author: By
Last change:
Date: 4 years ago
Size: 1,005 bytes
 

Contents

Class file image Download

Implementation Guide

This section of the documentation should serve as a guide for implementors who seek to bring PASETO to their favorite programming language or framework.

This covers the nitty gritty engineering details, trade-offs, and any questions whose answers don't fit elegantly in the protocol definition.

Overview

PASETO is a suite of protocols with distinct versions. Each version may impose its own requirements in order to achieve cryptographic security, so long as the rules for new versions are followed.

PASETO can be separated into two distinct parts:

  1. The cryptography protocol (defined in the Protocol Versions section) that protects a payload.
  2. The payload.

Sections in This Guide