Command line tool for decrypting profiles encrypted with Firecrypt.
Firecrypt currently only supports macOS and Linux. Firecrypt Decrypter allows for profiles to be decrypted on other platforms. It also serves as a short and simple reference to see how Firecrypt implements cryptography.
Firecrypt Decrypter only supports Firecrypt Version 2. You need to use a compatible version of Firecrypt to decrypt legacy profiles.
USAGE:
firecrypt-decrypter <profile> <output>
ARGS:
<profile> Path to the .firecrypt file
<output> Location to place the decrypted profile folder
OPTIONS:
-h, --help Print help information
-V, --version Print version information