Releases: grahamgilbert/crypt
Crypt 3.1.2
- 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
New in this release:
- Package no longer requires a reboot (#63 #66 @clburlison)
Fixed in this release:
Crypt 3.1.0
Crypt 3.0.0
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 isTrue
andRemovePlist
isFalse
and the file defined byOutputPath
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:
Crypt 2.2.0
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
Version 2.0.0 Alpha 1
The first alpha release of Crypt 2. WOO!