Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Encrypt your crucial data into Image file.

License

NotificationsYou must be signed in to change notification settings

sid86-dev/PiEncrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pie TestDevSkimPyPI - Python Version

pip install piencrypt


Encrypt your crucial data into Image file.


Minimal app

frompiencryptimportpier=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 !

About

Encrypt your crucial data into Image file.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp