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.1.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

piencrypt-0.0.1-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file piencrypt-0.0.1.tar.gz.

File metadata

  • Download URL: piencrypt-0.0.1.tar.gz
  • Upload date:
  • Size: 14.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.7

File hashes

Hashes for piencrypt-0.0.1.tar.gz
Algorithm Hash digest
SHA256 2249773328277b1a142a2550d5753fef598d395ba53a2e01966c60367bc475eb
MD5 34b3f5a106e893e22f4d383ec386135b
BLAKE2b-256 6ed9d22713206ed06c194e9f48ebcde7a14eff7ef4231449677db61a21909d28

See more details on using hashes here.

File details

Details for the file piencrypt-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: piencrypt-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 14.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.7

File hashes

Hashes for piencrypt-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 30d74bd86cd73729e50b741b49d3a91f5985a541ffc81baeda11ceb9076ba5d4
MD5 79f9b63111bc48dc12fbe976ed88d638
BLAKE2b-256 c940d3702da331e6bf8801e13e48291434a2c0e84664db9664741d46ebd8190d

See more details on using hashes here.

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