Skip to main content

Crypton Tool simple way to cryptography files and content

Project description

Crypton Tool

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

Instalação:

pip install crypton-tool

Exemplos:

Criptando um arquivo ou arquivos em uma pasta.

from crypton_tool.crypton import Crypton

Crypton.generate_key(to_file='seu/caminho')
token = Crypton.read_token_file("seu/caminho/token.crypton")

Criptando um arquivo ou arquivos em uma pasta.

crypt.encrypt_file('caminho/para/arquivo_ou_pasta')

Decriptando um arquivo ou arquivos em uma pasta.

crypt.decrypt_file('caminho/para/arquivo_ou_pasta')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crypton-tool-1.0.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

crypton_tool-1.0.0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page