wok-current annotate python-pynacl/description.txt @ rev 25351
updated tesseract and tesseract-dev (3.02.02 -> 5.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 26 13:57:27 2022 +0100 (2022-07-26) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25226 | 1 PyNaCl is a Python binding to libsodium, which is a fork of the Networking |
Hans-G?nter@25226 | 2 and Cryptography library. |
Hans-G?nter@25226 | 3 These libraries have a stated goal of improving usability, security and speed. |
Hans-G?nter@25226 | 4 It supports Python 2.7 and 3.5+ as well as PyPy 2.6+. |
Hans-G?nter@25226 | 5 |
Hans-G?nter@25226 | 6 Features |
Hans-G?nter@25226 | 7 |
Hans-G?nter@25226 | 8 - Digital signatures |
Hans-G?nter@25226 | 9 - Secret-key encryption |
Hans-G?nter@25226 | 10 - Public-key encryption |
Hans-G?nter@25226 | 11 - Hashing and message authentication |
Hans-G?nter@25226 | 12 - Password based key derivation and password hashing |