Informazioni sull'utilità disco mostra che il disco crittografato non è crittografato!

4

Uso di macOS Sierra: Utility Disco > File > Nuova immagine > Immagine vuota ..., ho creato un file .dmg crittografato.

Tuttavia quando apro questo file .dmg (inserendo la password) e clicco su "Info" nell'utility del disco, esso dice:

Is encrypted: No

Poiché desidero memorizzare alcune informazioni sensibili (informazioni sulla carta di credito, ecc.) su questo disco e poi caricarle su cloud storage, sono preoccupato se c'è un errore in Sierra che causa la mancata crittografia dei file .dmg!

È normale? Come possiamo verificare se il disco è effettivamente crittografato?

P.S. Il mio filevault è acceso, e per il mio disco Macintosh HD le informazioni sull'utilità dicono Is encrypted: Yes

    
posta T. Rex 26.12.2016 - 08:05
fonte

1 risposta

5

Il comando corretto per verificare se un dmg è crittografato o meno è:

hdiutil isencrypted /../../encrypted.dmg

o più dettagliato con il tipo di crittografia:

hdiutil imageinfo /../../encrypted.dmg

Esempi:

hdiutil isencrypted /Users/user/Desktop/Untitled.dmg
encrypted: YES
blocksize: 512
uuid: 24895029-49B1-469D-A154-B8344B7CD6EB
private-key-count: 0
passphrase-count: 1
max-key-count: 1
version: 2

e / o

hdiutil imageinfo /Users/user/Desktop/Untitled.dmg
<Enter disk's password>
Backing Store Information:
    URL: file:///Users/user/Desktop/Untitled.dmg
    Name: Untitled.dmg
    Class Name: CEncryptedEncoding
    Encryption: AES-256
    Backing Store Information:
        URL: file:///Users/user/Desktop/Untitled.dmg
        Name: Untitled.dmg
        Class Name: CBSDBackingStore
Class Name: CRawDiskImage
Checksum Type: none
Size Information:
    Total Bytes: 100020736
    Compressed Ratio: 1
    Sector Count: 195353
    Total Non-Empty Bytes: 100020736
    Compressed Bytes: 100020736
    Total Empty Bytes: 0
Format: UDRW
Format Description: raw read/write
Checksum Value: 
Properties:
    Encrypted: true
    Kernel Compatible: false
    Checksummed: false
    Software License Agreement: false
    Partitioned: false
    Compressed: no
Segments:
    0: /Users/user/Desktop/Untitled.dmg
partitions:
    partition-scheme: GUID
    block-size: 512
    partitions:
        0:
            partition-name: Protective Master Boot Record
            partition-start: 0
            partition-synthesized: true
            partition-length: 1
            partition-hint: MBR
        1:
            partition-name: GPT Header
            partition-start: 1
            partition-synthesized: true
            partition-length: 1
            partition-hint: Primary GPT Header
        2:
            partition-name: GPT Partition Data
            partition-start: 2
            partition-synthesized: true
            partition-length: 32
            partition-hint: Primary GPT Table
        3:
            partition-name: 
            partition-start: 34
            partition-synthesized: true
            partition-length: 6
            partition-hint: Apple_Free
        4:
            partition-UUID: 17698BE2-A406-43AA-9195-8D1F1AAECE6B
            partition-name: disk image
            partition-hint-UUID: 48465300-0000-11AA-AA11-00306543ECAC
            partition-start: 40
            partition-number: 1
            partition-length: 195280
            partition-hint: Apple_HFS
            partition-filesystems:
                HFS+: 
        5:
            partition-name: GPT Partition Data
            partition-start: 195320
            partition-synthesized: true
            partition-length: 32
            partition-hint: Backup GPT Table
        6:
            partition-name: GPT Header
            partition-start: 195352
            partition-synthesized: true
            partition-length: 1
            partition-hint: Backup GPT Header
    burnable: false
Resize limits (per hdiutil resize -limits):
 min     cur     max 
36072   195280  60572704

Posso solo immaginare perché diskutil non mostri che l'immagine è criptata. È un glitch o diskutil che considera FileVault solo come crittografia del disco.

    
risposta data 26.12.2016 - 12:45
fonte

Leggi altre domande sui tag