passphrasecache: cache by master key, introduce preference for cache by subkey
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
<string name="label_hash_algorithm">"Hash algorithm"</string>
|
||||
<string name="label_symmetric">"Encrypt with passphrase"</string>
|
||||
<string name="label_passphrase_cache_ttl">"Passphrase cache"</string>
|
||||
<string name="label_passphrase_cache_subs">"Cache passphrases by subkey"</string>
|
||||
<string name="label_message_compression">"Message compression"</string>
|
||||
<string name="label_file_compression">"File compression"</string>
|
||||
<string name="label_keyservers">"Keyservers"</string>
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
android:key="passphraseCacheTtl"
|
||||
android:persistent="false"
|
||||
android:title="@string/label_passphrase_cache_ttl" />
|
||||
<CheckBoxPreference
|
||||
android:key="passphraseCacheSubs"
|
||||
android:persistent="false"
|
||||
android:title="@string/label_passphrase_cache_subs" />
|
||||
<org.sufficientlysecure.keychain.ui.widget.IntegerListPreference
|
||||
android:key="defaultEncryptionAlgorithm"
|
||||
android:persistent="false"
|
||||
|
||||
Reference in New Issue
Block a user