Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 429 Bytes

pep-002-add-cryptographic-capabilities.md

File metadata and controls

14 lines (9 loc) · 429 Bytes

PEP: 002
Title: Add cryptographic capabilities
Author: Yves DAUTREMAY [email protected]
Status: draft

Abstract

Create a module with an API giving the capabilities to crypt/uncrypt data, using the existing standard algorithms. This API could build upon the data security one to add the cryptography to the obfuscation features.

Motivation

Such functionality does not exist out of the box.

Specification