encrypt binary with 7z without filenames?

浪尽此生 提交于 2019-12-23 05:26:37

问题


I am wondering, i like 7z compression but how do i compress data only? i dont want a file in the archive with file info. Just raw data, how can i do this? it would also be nice if i can remove headers too but that isnt necessary.


回答1:


From man 7z:

-si Read data from StdIn (eg: tar cf - directory | 7z a -si directory.tar.7z)



来源:https://stackoverflow.com/questions/1284088/encrypt-binary-with-7z-without-filenames

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!