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 details)
File details
Details for the file crypto_cr-1.14.0.tar.gz.
File metadata
- Download URL: crypto_cr-1.14.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7f1f5e86c6ac20cac625ce50a1bc12cdcb4d43da5990a598435a56136aadf52
|
|
| MD5 |
2f0776f4e8d5d901e2028b328b2c5d98
|
|
| BLAKE2b-256 |
eaef11ebe504bd09f11d2ce62f6a113236431deb7b3f355828ea1f6db5313d96
|