Skip to content

简易地隐藏文件内容的脚本,通过拆分文件头实现

Notifications You must be signed in to change notification settings

WangLeto/easy-hide-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

简易隐藏文件内容

原理很简单,将文件头的一部分拆出来,对于图片、视频等文件能起到快速破坏的效果。

拆分

python3 hide.py target.mp4

还原

python3 recover.py target.mp4

注意事项

  1. 文件拆分后不可更改路径或文件名
  2. 自动生成用于保存被拆分的文件头信息文件,名称为 .__原文件名,例如 target.mp4 会生成一个 .__target.mp4 文件。拆分前注意原本路径下不存在这个名称的文件,否则将会被覆盖;拆分后也不要删除它,否则会无法恢复。

About

简易地隐藏文件内容的脚本,通过拆分文件头实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages