mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-11 14:18:38 -06:00
Support custom cipher_plaintext_header_size
For all those people loading databases from their iOS devices
This commit is contained in:
committed by
Martin Kleusberg
parent
b01c1c94bb
commit
6b8fb51f04
@@ -218,6 +218,26 @@
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>Plaintext Header Size</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>plaintextHeaderSize</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="QSpinBox" name="plaintextHeaderSize">
|
||||
<property name="minimum">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>1000000</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
@@ -243,6 +263,7 @@
|
||||
<tabstop>spinKdfIterations</tabstop>
|
||||
<tabstop>comboHmacAlgorithm</tabstop>
|
||||
<tabstop>comboKdfAlgorithm</tabstop>
|
||||
<tabstop>plaintextHeaderSize</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections>
|
||||
|
||||
Reference in New Issue
Block a user