doc:appunti:linux:sa:cryptfs
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:cryptfs [2017/11/07 12:36] – [Using a key-file instead of an interactive password] niccolo | doc:appunti:linux:sa:cryptfs [2020/01/29 10:48] (current) – [enc-fs] niccolo | ||
|---|---|---|---|
| Line 164: | Line 164: | ||
| </ | </ | ||
| - | Per montare nuovamente la directory si usa lo stesso comando **'' | + | Per **montare nuovamente** il filesystem cifrato (la directory) si usa lo stesso comando **'' |
| + | È possibile **eliminare file e/o directory** nel filesystem cifrato: ogni oggetto compare con un **nome cifrato**. Non è possibile invece spostare una directory: per **decodificare correttamente** il contenuto è **necessario mantenere il percorso originale completo**. | ||
| + | |||
| + | È possibile **modificare la password**; si tratta in realtà della **password che protegge la chiave di cifratura** vera e propria, pertanto non sarà necessario cifrare nuovamente tutto il contenuto. Si usa il comando: | ||
| + | |||
| + | < | ||
| + | encfsctl passwd ~/ | ||
| + | </ | ||
| ==== Reverse enc-fs ==== | ==== Reverse enc-fs ==== | ||
| Line 171: | Line 178: | ||
| < | < | ||
| - | cat secret.txt | encfs --reverse --stdinpass /home /home-crypt | + | cat secret.txt | encfs --standard |
| </ | </ | ||
| + | |||
| + | L' | ||
| Per smontare la directory cifrata si utilizza: | Per smontare la directory cifrata si utilizza: | ||
| Line 285: | Line 294: | ||
| Starting with **Debian 6 Squeeze** the **noauto** parameter is still required. Once the system is running you can execute the command **/ | Starting with **Debian 6 Squeeze** the **noauto** parameter is still required. Once the system is running you can execute the command **/ | ||
| - | Starting with **Debian 9 Stretch** the **noauto** parameter is used as usual, but // | + | Starting with **Debian 9 Stretch** the **noauto** parameter is used as usual, but // |
| + | |||
| + | < | ||
| + | cryptdisks_start dm0 | ||
| + | </ | ||
doc/appunti/linux/sa/cryptfs.1510054567.txt.gz · Last modified: by niccolo
