Skip to main content

PKE library

Project description

PKElib

Library for public key encryption, use var = pke(message) to create a pke object.
Then you can use the var.encrypt() and var.decrypt() methods to encrypt and decrypt the message.
By deafault they will encyrpt and decrypt with default keys, to do it with different keys just pass them to the var.encrypt() and var.decrypt() methods.
eg:

  • var.encrypt(encrypt_key, main_key)
  • var.decrypt(decrypt_key, main_key)

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

pkelib-1.0.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

pkelib-1.0.0-py3-none-any.whl (4.2 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