source: code/trunk/kanako.conf.example@ 3

Last change on this file since 3 was 2, checked in by koizumi.aoi, 3 years ago

It's settled now, say hi to Kanako-san!

Signed-off-by: Aoi K <koizumi.aoi@…>

File size: 371 bytes
Line 
1# [General]
2#clip="xclip -i"
3
4# [Encryption]
5## age
6#encrypt_cmd="age"
7#encrypt_args="-e -R ${key_dir}/pub.age"
8#decrypt_args="-d -i ${key_dir}/priv.age"
9
10## gpg
11#encrypt_cmd="gpg"
12#encrypt_args="-e --recipient ${key_dir}/pub.gpg"
13#decrypt_args="-d"
14
15## salty
16#encrypt_cmd="salty"
17#encrypt_args="-e -r $(cat ${key_dir}/pub.slt)"
18#decrypt_args="-d -i ${key_dir}/priv.slt"
Note: See TracBrowser for help on using the repository browser.