Crypton Tool é baseado no pacote cryptography.io e tem por objetivo disponibilizar métodos para cryptar arquivos e conteúdos, além de disponibilizar comandos CLI.
Documentação: https://msbar.github.io/crypton-tool
Source code: https://github.com/msbar/crypton-tool
pip install crypton-tool
from crypton_tool.crypton import Crypton
Crypton.generate_key(to_file='seu/caminho')
token = Crypton.read_token_file("seu/caminho/token.crypton")
crypt.encrypt_file('caminho/para/arquivo_ou_pasta')
crypt.decrypt_file('caminho/para/arquivo_ou_pasta')