Skip to main content

A random project

Project description

Project closed for now

Protect sha256

  • crypt_file(filename, output, key) : encrypt the given file
  • generate_file(filename, key) : create a cypted version of the file (.crtph)
  • decrypt_file(filename, key) : decrypt the file (.dcrtph)
  • convert_file(filename, key) : encrypt the given file
  • crypt_str(char, key) : encrypt the str, return a str
  • read_crypt_file(filename, key) : read the given file, return a str
  • execute_crypt_file(filename, key) : python only, might bug

Protect base64 + sha256

  • crypt_file_v2(filename, output, key) : encrypt the given file
  • generate_file_v2(filename, key) : create a cypted version of the file
  • decrypt_file_v2(filename, key) : decrypt the file (.dcrtph)
  • convert_file_v2(filename, key) : encrypt the given file
  • crypt_str_v2(char, key) : encrypt the str, return a str
  • read_crypt_file_v2(filename, key) : read the given file, return a str
  • execute_crypt_file_v2(filename, key) : python only, might bug

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

CryptoPho-0.0.0.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

CryptoPho-0.0.0.2-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

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