Questions tagged [filevault]

FileVault is a method of using encryption with volumes on Mac computers. Encryption and decryption are performed on the fly.

If you store sensitive information on your Mac, you can use FileVault encryption to protect the files from being seen or copied. For example, if you carry all your company’s financial data on your portable computer, losing it could allow someone to access sensitive data that might hurt your business. If you are logged out when your Mac is lost but the data is encrypted, your information is protected. FileVault encodes the information stored on your Mac so that it can’t be read unless the login password is entered.

16 questions
2
votes
1 answer

Objective-C - Check FileVault status in OS X

I am working on a Cocoa application (Objective-C) where it needs to determine if the FileVault is turned on. I tried searching the .plist for FileVault but no success. Any help would be appreciated, Thanks in advance :) cheers
BlackPearl12
  • 306
  • 5
  • 20
1
vote
0 answers

GO filevault status, os/exec or plist

I need to write a code in GO that checks the status of fileVault. Since I could not find the plist file that contains that information I turned to check it via the terminal using os/exec package. I know that from the terminal I can execute the…
1
vote
1 answer

Extraction of usernames from FileVault 2-encrypted disk image

I am working on bitstream (dd) images of disks from MacBook (Mac OS X 10.11.6) encrypted with File Vault 2. I do not have any password, passphrase or recovery key to unlock the drive, but I am not interested on unlocking/decrypting the drive. I only…
1
vote
0 answers

How to mount a FileVault2 encrypted removable media in Ubuntu

I have a removable media that encrypted with FileVault2 in macOS Sierra. I want to mount the media with Ubuntu. I tried to use libFVDE and fvdemount, but I think they don't support/work with removable media.
L. Suchard
  • 11
  • 2
1
vote
1 answer

How do I obtain the FileVault2 recovery key after it has been modified?

I have a Cocoa application on OSX, which manages FileVault Disk Encryption on behalf of the user and reports back the recovery key to a server once the recovery key is generated. However, if the user changes the recovery key using 'changerecovery'…
Shanti K
  • 2,873
  • 1
  • 16
  • 31
1
vote
0 answers

Knowing the Status of FileVault via fdesetup when encryption is paused

My Application detects encryption on the Mac, and shows the status accordingly. Example: Encryption is in progress: 20% complete" I am achieving this by reading the output of fdesetup status command. In Yosemite, when the power plus is unplugged…
Shanti K
  • 2,873
  • 1
  • 16
  • 31
0
votes
0 answers

Error while encrypting a file on s3 : Package (soarecostin / file-vault)

i am uploading files on s3 as encrypted , it's working fine but when i tried to decrypt any specific file and create a presignedUrl (which i get and is accessible) and then i created a job to run after a while to again encrypt that specific file ,…
0
votes
0 answers

Filevault enable with -defer option not working on Ventura

I have been using the following script for a while on Mac to enable FileVault remotely. It is launched via an RMM and enables Filevault when a user logs in due to the authentication and then generates the key and puts it in the defined plist file…
kyjos
  • 1
0
votes
2 answers

How to use hooks in filevault-package-maven-plugin

I'm trying to deploy ACL groups to AEM 6.5 instance. Currently recommended way is to use filevault-package-maven-plugin with AcToolInstallHook. According to documentation…
dzuma
  • 171
  • 5
  • 17
0
votes
0 answers

Unable to modify .content.xml of new cq:dialog node in AEM 6.5

I am trying to create a custom component in AEM 6.5. I am following this link. I have created a new cq:dialog node under byline component but i am unable to modify it's .content.xml file, the 'show in editor' option is disabled.
Shivam...
  • 409
  • 1
  • 8
  • 21
0
votes
0 answers

macOS Mojave hibernatemode 25 Dark Wake

I have set hibernate mode to 25 and the standby time to 0 in macOS Mojave. Now my idea is that the Mac goes to deep sleep (no power to RAM). Most of the time it works; if I open the lid I see this screen: Picture: wake up from deep sleep But…
Timo
  • 13
  • 3
0
votes
1 answer

Users not showing at login screen with MacOS FileVault Enabled

After adding a new user, it seems that the user does not show at the login screen. This issue came up after FileVault was enabled.
Rezwan Azfar Haleem
  • 1,198
  • 13
  • 23
0
votes
1 answer

why does Apple FileVault use a block encryption algorithm instead of a stream encryption algorithm?

FileVault 2 uses the Advanced Encryption Standard (AES) encryption algorithm, which delivers robust protection for stored data. Until mid-2013, it only supported the use of 128-bit keys, not 256-bit keys. Although 128-bit keys are technically…
0
votes
1 answer

How to stop filevault to compress jcr hierarchy?

I am working on cq and crx server. When I make package using package manager there (which uses filevault), I see that it is compressing some of hierarchy. For example, suppose there is a hierarchy /apps/a/b/c/d and when I try to make its package. I…
Rahul Jain
  • 357
  • 2
  • 17
-1
votes
1 answer

How to add path variable for File vault tool(VLT) AEM eclipse integration

Integrating FileVault with Eclipse usually requires setting up filevault path variable.I have described the steps below
Ranga
  • 11
  • 1
1
2