Socket
Socket
Sign inDemoInstall

piencrypt

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    piencrypt

Encrypt your crucial data into Image file


Maintainers
1

Readme

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 !

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc