Add Themis crypto library to Security (#3208)

This commit is contained in:
vixentael 2020-08-13 13:41:57 +03:00 committed by GitHub
parent 71b2fc6c44
commit e186015182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1547,6 +1547,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [simple-scrypt](https://github.com/elithrar/simple-scrypt) - Scrypt package with a simple, obvious API and automatic cost calibration built-in.
* [ssh-vault](https://github.com/ssh-vault/ssh-vault) - encrypt/decrypt using ssh keys.
* [sslmgr](https://github.com/adrianosela/sslmgr) - SSL certificates made easy with a high level wrapper around acme/autocert.
* [themis](https://github.com/cossacklabs/themis) - high-level cryptographic library for solving typical data security tasks (secure data storage, secure messaging, zero-knowledge proof authentication), available for 14 languages, best fit for multi-platform apps.
## Serialization