keyczart

toolkit for safe and simple cryptography for Python

Install

All systems
curl cmd.cat/keyczart.sh
Debian Debian
apt-get install python-keyczar
Ubuntu
apt-get install python-keyczar
image/svg+xml Kali Linux
apt-get install python-keyczar
Fedora
dnf install python-keyczar
Windows (WSL2)
sudo apt-get update sudo apt-get install python-keyczar
Raspbian
apt-get install python-keyczar

python-keyczar

toolkit for safe and simple cryptography for Python

Keyczar is an open source cryptographic toolkit designed to make it easier and safer for developers to use cryptography in their applications. Keyczar supports authentication and encryption with both symmetric and asymmetric keys. Some features of Keyczar include: * A simple API * Key rotation and versioning * Safe default algorithms, modes, and key lengths * Automated generation of initialization vectors and ciphertext signatures * Java, Python, and C++ implementations This package provides the Python implementation of Keyczar.