Support GnuPG AEAD password entries
This commit is contained in:
12
crates/storage/tests/fixtures/compatibility/gnupg-aead/fixture.toml
vendored
Normal file
12
crates/storage/tests/fixtures/compatibility/gnupg-aead/fixture.toml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
format = 1
|
||||
producer = "GnuPG 2.4.8"
|
||||
command_profile = "--batch --trust-model always --compress-algo none --cipher-algo AES256 --force-ocb --set-filename '' --encrypt"
|
||||
packet_tag = 20
|
||||
cipher = "AES256"
|
||||
aead_mode = "OCB"
|
||||
recipient_primary_fingerprint = "7E5C5241B25F6FFAAD717EBFA132DCB2DC23AE30"
|
||||
recipient_encryption_subkey_fingerprint = "10208D0B84AD13D2157795D5EB55885EC93C0A26"
|
||||
store = "store"
|
||||
entry = "gnupg-aead/store/paypal.gpg"
|
||||
plaintext = "gnupg-aead/expected/paypal.txt"
|
||||
ciphertext_sha256 = "4dc0eae06afa822739f41a296cd61a9bd1af91057c2ab1d61e4441874250eaf7"
|
||||
Reference in New Issue
Block a user