Skip to main content

Encrypt your crucial data into Image file

Project description

PiEncrypt

pip install piencrypt

Encrypt your crucial data into Image file.


Minimal app

from piencrypt import PiEncrypt



m = PiEncrypt('test.jpg')



m.get_data()

m.revert()



m.hide_data("Hello my name is SID")



read = m.read_data()

print(read)

Step 1

Initialize and create a backup of the picture as bytes

   p = PiEncrypt('pic.jpg')

   

   p.get_data()

pic.jpg should be replaced by your picture name

Step 2

Hide the disired data into the picture

   p.hide_data("Hello my name is SID")

Step 3

Read the hidden data from the picture

   read = p.read_data()

   print(read)

Step 4

Revert the picture from the backup file

   p.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.0.50.tar.gz (14.1 kB view hashes)

Uploaded Source

Built Distribution

piencrypt-0.0.50-py3-none-any.whl (14.1 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