Skip to main content

Pacote para geração e criptografia de senhas, criptografia e descriptografia de arquivos

Project description

encryptPack

=============

This project refers to a password encryptor, which also serves to encrypt and decrypt files through a password entered by users.

Project Criptoto write your content.

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

  • 2 - import o modulo usando:
  • from CryptoPwd import crypt
    

  • 3 - Formas de usar o pacote:
  • from CryptoPwd import crypt
    
    #instancia da classe FileDesc
    f = crypt.FilesDec() 
    
    # Criptografando um arquivo
    f.decryptFiles('teste.txt','1234')
    
    #Decriptografando um arquivo
    f.decryptFiles('teste.txt','1234')
    
    

    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

    encryptPack-1.1.6.tar.gz (3.6 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