Python Forum

Full Version: What crypt lib should be use in python?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There are many crypt lib in python, i don't know how to choose it? Anyone can help me. Pls
Are you talking about encryption?
if so, see: https://pypi.org/search/?q=encryption
What problem / goal do you have? It's hard to recommend something when we don't know that.
PyNaCl

Features
  • Digital signatures
  • Secret-key encryption
  • Public-key encryption
  • Hashing and message authentication
  • Password based key derivation and password hashing