keybase / saltpack-python

A Python implementation of saltpack, mainly for testing. Only partial support for V2.
103 stars 15 forks source link

Build Status

A Python implementation of saltpack, mainly for testing and experimentation. You can play with commands like:

saltpack encrypt -m "foo" | saltpack decrypt --debug

Install with pip or pip3, depending on what your system calls Python 3's version of pip:

pip install saltpack

A brief summary of the commands: