Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.17 KB

README.rst

File metadata and controls

44 lines (29 loc) · 1.17 KB

Cryptography Abstraction Layer for PHP

Cryptal provides a unified API to help developers create applications that use cryptographic primitives and work in various environments. That way, developers can focus on writing the logic for their application rather than having to deal with subtleties in cryptographic implementations.

Installation

See this page

Usage

See this page

Full documentation

Visit http://cryptal.readthedocs.io/.

Contributions

To contribute patches for the API:

To contribute a new implementation, follow the guidelines listed on this page.

License

This project is released under the MIT license. See the LICENSE file for more information.