ziadoz / awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things.
Do What The F*ck You Want To Public License
30.95k stars 5.08k forks source link

Add PHPThemis, cryptographic library #934

Closed vixentael closed 4 months ago

vixentael commented 6 years ago

Themis framework is cryptography library for making typical encryption schemes easy to use in the real-world use cases like data at rest, authenticated data exchange, transport protection, authentication, and so on.

PHPThemis is part of Themis suite for PHP applications, it has its own documentation, tutorials and examples.

Themis is made by cryptographers for applied developers: providing strong security, yet hiding complicated crypto-choices from developers. It has a lot of "pre-baked" use-cases: special encryption schemes for storing data and for sending data (f.e. no need to rotate transport keys manually; built in forward secrecy).

dereuromark commented 4 months ago

Based on https://docs.cossacklabs.com/themis/languages/php/ and PHP 7.2 as highest supported it seems EOL for us here.