cpace
A CPace PAKE implementation using libsodium. (by jedisct1)
PyNacl
Python binding to the Networking and Cryptography (NaCl) library (by pyca)
cpace | PyNacl | |
---|---|---|
1 | 3 | |
35 | 1,118 | |
- | 2.1% | |
0.0 | 6.8 | |
about 4 years ago | about 1 month ago | |
C | C | |
BSD 2-clause "Simplified" License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cpace
Posts with mentions or reviews of cpace.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-30.
-
TermPair: Terminal sharing with AES-GCM 128 bit end-to-end encryption
Project devs: Consider using CPACE (a password-authenticated key exchange) which is in the process of being formalized a standard by IETF.
https://github.com/jedisct1/cpace
PyNacl
Posts with mentions or reviews of PyNacl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-20.
-
pgcrypto question
In my experience, using the pgcrypto module is a little clunky - it's often better for the application to be responsible for encryption and decryption (using something like Fernet or libsodium bindings) and writing into a bytea column.
-
monero-python 0.99 is released, testers welcome!
Finally I managed to replace the slow pure-Python reference implementation of Ed25519 cryptography with pynacl which is a binding to libsodium, the industry standard lightning-fast C library.
-
Look-up tables for bcrypt, scrypt and Argon2?
PyNaCl Argon2i
What are some alternatives?
When comparing cpace and PyNacl you can also consider the following projects:
ecc - elliptic-curve cryptography
cryptography - cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
termpair - View and control terminals from your browser with end-to-end encryption 🔒
PyCrypto - The Python Cryptography Toolkit
tty-share - Share your linux or osx terminal over the Internet.
Paramiko - The leading native Python SSHv2 protocol library.