Skip to content

Releases: grahamgilbert/crypt

Crypt 3.1.2

10 Apr 18:11
436661a
Compare
Choose a tag to compare
  • Revert changes, back to requiring a restart. This was breaking installs with munki at the login window. (@clburlison ) #74 fixes #73
  • Fixes an issue where the checkin script wasn't returning True to actually skip the key validation that was causing a False negative. (@weswhet) #72
  • Convert to swift 4. (@weswhet) #75

Crypt 3.1.1

25 Jan 02:10
f6ffdf1
Compare
Choose a tag to compare

New in this release:

Fixed in this release:

  • Auth Plugin defaults RotateUsedKey to true (#67 @aysiu)
  • Key will not be rotated until a user is logged in (thanks Apple)
  • Various typo fixes (because I can't spell)

Crypt 3.1.0

07 Dec 01:36
Compare
Choose a tag to compare
  • Rework of mechanisms @bur [#57]
  • Removed FDEAddUser plug-in. It no longer works on 10.13 @bur [#60]
  • Encrypting APFS drives no longer prompts for a restart. UI still shows for non APFS drives. [#57]

Crypt 3.0.0

15 Sep 20:23
Compare
Choose a tag to compare

Crypt 3.0.0 supports macOS 10.12 and up. For 10.11 and below, please use Crypt 2

New in this release:

  • Added support for the use of Institutional Keys along with the default Personal Recovery Key. Just add your master keychain file at /Library/Keychains/FileVaultMaster.keychain and Crypt2 will handle the rest during initial Enablement [#42].

  • If the RotateUsedKey preference is True and RemovePlist is False and the file defined by OutputPath is missing from disk, a new Recovery key will be generated at login [#42].

  • Configurable OutputPath Preference. [#42]

  • Local Recovery Key validation on 10.12.5+ (ValidateKey). [#45]

  • Configurable Time Interval for re-escrowing (KeyEscrowInterval) the key if left on disk. [#51]

  • Now in Swift 3 [#42]

  • Now uses Unified Logging. [#42]

Fixed in this release:

  • Installations at the login window now work (as package requires a reboot) [#50]

  • No longer blindly skip all users under uid 500, preferring to only skip _mbsetupuser [#48]

Crypt 2.2.0

09 Jun 17:15
Compare
Choose a tag to compare

New in this release:

  • Includes with FVAuthPlugIn. (thanks to @tburgin)
  • Can now rotate the recovery key if it has been used to unlock the disk (thanks to @weswhet)
  • Crypt will now use AuthRestart if it is running on hardware that supports it (thanks to @jbaker10)
  • The checkin script is now 75% faster (thanks to @weswhet)
  • Various cleanups, linting fixes and general cleaning up of my terrible code (thanks to @erikng, @jbaker10 and @nmcspadden)

Crypt 2.0.0.28

14 Jan 08:47
Compare
Choose a tag to compare

New in this release:

  • CryptGUI is now written in Swift (@tburgin ed88f03)
  • Crypt 1's package receipt is no longer forgotten

Version 2.0.0 Alpha 1

03 Dec 13:05
Compare
Choose a tag to compare
Version 2.0.0 Alpha 1 Pre-release
Pre-release

The first alpha release of Crypt 2. WOO!