Skip to main content

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.

  • 1 - Para instalar o pacote use:
  • pip install crypto_cr
    

  • 2 - import o modulo usando:
  • from crypto_cr import *
    

  • 3 - Formas de usar o pacote:
  • #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)

    Uploaded Source

    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