Se eseguiamo la crittografia del disco su un'unità e aggiungiamo alcuni file in seguito, saranno crittografati o no?
Se eseguiamo la crittografia del disco su un'unità e aggiungiamo alcuni file in seguito, saranno crittografati o no?
Sì, sarà crittografato.
Questo è (in pratica) a causa del sistema operativo che sostituisce diverse chiamate per l'I / O di file e altre operazioni eseguite in "modalità" crittografata. Questo documento indica a un livello molto basilare cosa succede :
When a user requests access to a file (i.e., creates, opens, or deletes a file), the request is sent to the operating system input/output (I/O) manager, which forwards the request to the file system manager. The file system manager processes data in blocks.
Life with encryption: business as usual
Most whole disk encryption software operates in conjunction with the file system architecture. It filters I/O operations for one or more file systems or file system volumes. When a drive is encrypted with whole disk encryption for the first time, it converts unencrypted drive blocks into encrypted blocks one at a time (Figure 2).
Leggi altre domande sui tag disk-encryption