Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

How to Enable and Manage Disk Encryption on macOS Using FileVault

Disk encryption is a crucial aspect of securing sensitive data on your macOS device. macOS provides a built-in disk encryption feature called FileVault. This article will guide you through enabling and managing FileVault to ensure your data is protected.

What is FileVault?

FileVault is Apple's disk encryption program available in macOS. It uses XTS-AES-128 encryption with a 256-bit key to help prevent unauthorized access to the information on your startup disk.

Enabling FileVault via System Preferences

  1. Open System Preferences: Click on the Apple menu and select "System Preferences."
  2. Navigate to Security & Privacy: Click on "Security & Privacy."
  3. Select the FileVault Tab: Click on the "FileVault" tab.
  4. Unlock the Preferences: Click on the lock icon in the bottom-left corner and enter your administrator username and password.
  5. Turn On FileVault: Click on "Turn On FileVault."
  6. Choose a Recovery Method: You can choose to use your iCloud account to unlock your disk and reset your password, or you can create a recovery key and keep it in a safe place.

Enabling FileVault via Command Line

For those who prefer using the Terminal, you can enable FileVault using the following steps:

  1. Open Terminal: You can find Terminal in Applications > Utilities or by searching for it in Spotlight.

  2. Check FileVault Status: Before enabling, you might want to check if FileVault is already enabled.

    fdesetup status

    This command will return whether FileVault is on or off.

  3. Enable FileVault: Use the following command to enable FileVault. You will need administrator privileges.

    sudo fdesetup enable

    You will be prompted to enter your password and choose a recovery method.

Managing FileVault

After enabling FileVault, you can manage it using both System Preferences and the command line.

Checking Encryption Progress

To check the progress of the encryption process, use:

sudo fdesetup status

Adding Users

To add a user to FileVault, use:

sudo fdesetup add -usertoadd <username>

Disabling FileVault

If you ever need to disable FileVault, you can do so via System Preferences or Terminal.

Via System Preferences:

  1. Open "System Preferences."
  2. Go to "Security & Privacy."
  3. Click on the "FileVault" tab.
  4. Click on the lock icon and enter your administrator credentials.
  5. Click "Turn Off FileVault."

Via Terminal:

sudo fdesetup disable

Examples

Here are some practical examples of using FileVault commands in Terminal:

Example 1: Checking FileVault Status

fdesetup status

Example 2: Enabling FileVault

sudo fdesetup enable

Example 3: Adding a User

sudo fdesetup add -usertoadd john_doe

Example 4: Disabling FileVault

sudo fdesetup disable

Conclusion

FileVault is an essential tool for securing your data on macOS. Whether you prefer using the graphical interface or command line, enabling and managing FileVault is straightforward and provides robust protection for your sensitive information.

To share Download PDF

Gostou do artigo? Deixe sua avaliação!
Sua opinião é muito importante para nós. Clique em um dos botões abaixo para nos dizer o que achou deste conteúdo.