JakobssonAndre / FilevaultDriveStatus

Runs a background task to find out if FileVault is running or not - in a Console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileVault - Show Status (POC)

Usage

  • Download XCode and build as Console application using Swift 1.2+

  • This 'script' simply use the output of 'fdesetup' command with 'status' argument - in the background.

  • You can compile the main.swift into a main executable by running:

    $ swiftc main.swift

Example

  • See the example screenshot below:

Screenshot

About

Runs a background task to find out if FileVault is running or not - in a Console.

License:GNU Lesser General Public License v3.0


Languages

Language:Swift 100.0%