This project refers to a password encryptor, which also serves to encrypt and decrypt files through a password entered by users
Project description
CRYPTO_CR
==========
This project refers to a password encryptor, which also serves to encrypt and decrypt files through a password entered by users.
Project Cripto
to write your content.
pip install crypto_cr
from crypto_cr import *
#Encriptando e decriptando o arquivo
f = FilesDec()
print('Criptografar: ')
arq = 'arquivo.pdf'
f.encryptFile(arq,'1234')
print('Decriptografar: ')
f.decryptFiles(arq,'1234')
#Gerando senhas
senha1 = pwd.password_letters(8)
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
crypto_cr-1.14.0.tar.gz
(1.9 kB
view hashes)