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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for crypto_cr-0.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 387da33419e26898661ffa9004775ffbc255f8cf6412a8ee74b90fba018adbb4 |
|
MD5 | ee8699db73d42ee94ce1e2731fd416d2 |
|
BLAKE2b-256 | 27b746d40403f5323a6c41ef07998f2d6b7c6c74b0f89fedff581ea7b4a9870a |