diff --git a/README.md b/README.md index 40ba36b..255ddf0 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ the adaptable password manager. named after [Kanako Yasaka](https://en.touhouwik ## Backends supported * [age](https://age-encryption.org) +* [cream](https://z3bra.org/cream/) * [gpg](https://gnupg.org) -* [saltpack (via salty)](https://git.mills.io/prologic/salty) +* [salty](https://git.mills.io/prologic/salty) ## Dependencies * Any of the above, depending how you configured it diff --git a/kanako.conf.example b/kanako.conf.example index c28ce61..a65f7fe 100644 --- a/kanako.conf.example +++ b/kanako.conf.example @@ -9,6 +9,11 @@ #encrypt_args="-e -R ${key_dir}/pub.age --armor" #decrypt_args="-d -i ${key_dir}/priv.age" +## cream +#encrypt_cmd="cream" +#encrypt_args="-e -f" +#decrypt_args="-d" + ## gpg #encrypt_cmd="gpg" #encrypt_args="-e --recipient ${key_dir}/pub.gpg"