wok diff python-pynacl/description.txt @ rev 25495

Up expat (2.5.0), CVE-2022-43680
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:14:28 2022 +0000 (19 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-pynacl/description.txt	Fri Dec 02 10:14:28 2022 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +PyNaCl is a Python binding to libsodium, which is a fork of the Networking
     1.5 +and Cryptography library.
     1.6 +These libraries have a stated goal of improving usability, security and speed.
     1.7 +It supports Python 2.7 and 3.5+ as well as PyPy 2.6+.
     1.8 +
     1.9 +Features
    1.10 +
    1.11 +- Digital signatures
    1.12 +- Secret-key encryption
    1.13 +- Public-key encryption
    1.14 +- Hashing and message authentication
    1.15 +- Password based key derivation and password hashing