Skip to main content

Encrypt your crucial data into Image file

Project description

PiEncrypt

Pie Test

DevSkim

PyPI - Python Version

pip install piencrypt

Encrypt your crucial data into Image file.


Minimal app

from piencrypt import pie



r = pie.PiEncrypt('pic.png')

r.get_data()



r.hide_data("Hello my name is Sid")



read = r.read_data()



r.revert()

print(read)

Initialize and create a backup of the picture as bytes

   r = pie.PiEncrypt('pic.png')



   r.get_data()

pic.jpg should be replaced by your picture name present in the root directory


Hide the disired data into the picture

   r.hide_data("Hello my name is Sid")

Read the hidden data from the picture

  read = r.read_data()



  print(read)

Revert the picture from the backup file

   r.revert()

https://pypi.org/project/piencrypt/

Repeat !

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

piencrypt-0.7.5.6.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

piencrypt-0.7.5.6-py3-none-any.whl (15.9 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