This page (revision-13) was last changed on 03-Feb-2023 15:21 by Roland B. Wassenberg 

This page was created on 14-Jan-2019 00:46 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
13 03-Feb-2023 15:21 2 KB Roland B. Wassenberg to previous
12 18-Jan-2019 18:53 2 KB Roland B. Wassenberg to previous | to last
11 18-Jan-2019 18:51 2 KB Roland B. Wassenberg to previous | to last
10 18-Jan-2019 17:50 1 KB Roland B. Wassenberg to previous | to last
9 18-Jan-2019 17:48 1 KB Roland B. Wassenberg to previous | to last
8 14-Jan-2019 00:59 2 KB Roland B. Wassenberg to previous | to last
7 14-Jan-2019 00:58 2 KB Roland B. Wassenberg to previous | to last
6 14-Jan-2019 00:53 2 KB Roland B. Wassenberg to previous | to last
5 14-Jan-2019 00:52 2 KB Roland B. Wassenberg to previous | to last
4 14-Jan-2019 00:52 2 KB Roland B. Wassenberg to previous | to last
3 14-Jan-2019 00:51 2 KB Roland B. Wassenberg to previous | to last
2 14-Jan-2019 00:47 2 KB Roland B. Wassenberg to previous | to last
1 14-Jan-2019 00:46 1 KB Roland B. Wassenberg to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 40 added 9 lines
!!Example for packing with compression and strong AES-256 encryption
7z does not store the owner/group of the file, so adding files using tar before 7z is a good practice:\\
\\
tar cpvf test.tar test.jpg\\
\\
7z a -p -mx=9 -mhe -t7z test.7z test.tar\\
\\
Terminal will ask you after pressing return for your password. Please repeat it once for security reasons and afterwards you are finished. For unpacking please use the example described above.\\
At line 47 changed one line
* [https://www.pontikis.net/blog/easily-compress-encrypt-files-using-7z-p7zip-linux]
* [https://www.pontikis.net/blog/easily-compress-encrypt-files-using-7z-p7zip-linux] ; further info for compression with strong AES-256 encryption