The signing key can be retrieved with below command:
gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242
CHANGELOG:
[WINDOWS]
-- Add support for storing keys securely on Windows by using Window's Data Protection API.
[LINUX][FSCRYPT]
-- Fix a bug that causes fscrypt folders paths that contain a space character from showing
up in the GUI.
-- Prevent fscrypt error when creating a new volume with an already taken protector name
by making sure we are using a unique protector name.
-- Add a GUI option to set protector's name when creating fscrypt volume.
-- Add a GUI option to choose between using a custom passphrase,login passphrase or
a key file when creating fscrypt volume.
-- Add support for fscrypt keyfile.
[ALL][ENCFS]
-- Fix a bug with encfs < 1.9.5 when used with custom config path location. SiriKali
will now pass the path through enviromental variable instead of
using --config CLI option.
[ALL][SECUREFS]
-- Add support for securefs key file(introduced in securefs version 0.11.1).
[ALL]
-- Rework UI and move key management feature from settings windows to favorites window.