Files
IronStorage/crates/storage/tests/fixtures/compatibility/generated.toml
2026-08-09 20:59:49 +00:00

106 lines
3.4 KiB
TOML

format = 1
generated_by = "cargo run -p ironstorage --example refresh_compatibility_fixtures"
fixture_seed = "49 repeated 32 times (hex); checked-in keys are reused on refresh"
[[keys]]
name = "alice"
user_id = "Alice Fixture <alice@ironstorage.invalid>"
primary_fingerprint = "7E5C5241B25F6FFAAD717EBFA132DCB2DC23AE30"
encryption_subkey_fingerprint = "10208D0B84AD13D2157795D5EB55885EC93C0A26"
passphrase = "fixture-alice-passphrase"
public_armor = "keys/alice-public.asc"
public_binary = "keys/alice-public.pgp"
secret_armor = "keys/alice-secret.asc"
secret_binary = "keys/alice-secret.pgp"
[[keys]]
name = "bob"
user_id = "Bob Fixture <bob@ironstorage.invalid>"
primary_fingerprint = "B37027B56FC406BD3F6A622B2AC03492B992D06F"
encryption_subkey_fingerprint = "46E34F32333752A01E4E019B4AC0B1A0B4D6278D"
passphrase = "fixture-bob-passphrase"
public_armor = "keys/bob-public.asc"
public_binary = "keys/bob-public.pgp"
secret_armor = "keys/bob-secret.asc"
secret_binary = "keys/bob-secret.pgp"
[[entries]]
store = "basic"
path = "email/personal.gpg"
plaintext = "email/personal.txt"
recipients = ["7E5C5241B25F6FFAAD717EBFA132DCB2DC23AE30"]
ciphertext_sha256 = "8259de0c1ae6b5d4fc3ebd410452f96a266b0d55d111cfaf9c609baf3deda1b2"
[[entries]]
store = "basic"
path = "unicode/咖啡.gpg"
plaintext = "unicode/咖啡.txt"
recipients = ["7E5C5241B25F6FFAAD717EBFA132DCB2DC23AE30"]
ciphertext_sha256 = "c5c829b46e517109bcfea7731c846ca6d09eff8076fe4444aaa1c2512fc06d44"
[[entries]]
store = "basic"
path = "otp/totp.gpg"
plaintext = "otp/totp.txt"
recipients = ["7E5C5241B25F6FFAAD717EBFA132DCB2DC23AE30"]
ciphertext_sha256 = "260a0d7371964ca9d115e2d818cf1a8a63e2a4ff9a172ca421c569aa649cf014"
[[entries]]
store = "basic"
path = "otp/hotp.gpg"
plaintext = "otp/hotp.txt"
recipients = ["7E5C5241B25F6FFAAD717EBFA132DCB2DC23AE30"]
ciphertext_sha256 = "337bb6568bc3805b8c269463654b081da88d3755da62603b263b6865babf9bd2"
[[entries]]
store = "basic"
path = "team/service.gpg"
plaintext = "team/service.txt"
recipients = ["B37027B56FC406BD3F6A622B2AC03492B992D06F"]
ciphertext_sha256 = "b325904fbdbe335bc9cd2319ace3e598da194e6450bf3f47371507b1f47306ae"
[[entries]]
store = "basic"
path = "shared/multiple.gpg"
plaintext = "shared/multiple.txt"
recipients = [
"7E5C5241B25F6FFAAD717EBFA132DCB2DC23AE30",
"B37027B56FC406BD3F6A622B2AC03492B992D06F",
]
ciphertext_sha256 = "7a8ac913dfb930d6ed8d98d40b12be9f522685c5be45d6b2b30b1bc407b5996b"
[[entries]]
store = "nested"
path = "outer/root-entry.gpg"
plaintext = "outer/root-entry.txt"
recipients = ["7E5C5241B25F6FFAAD717EBFA132DCB2DC23AE30"]
ciphertext_sha256 = "58c1470b623ec7076ddf52e8c3a8372e508ab4b84b7ad146e7878d85e4b872de"
[[entries]]
store = "nested"
path = "outer/inner/nested-entry.gpg"
plaintext = "outer/inner/nested-entry.txt"
recipients = ["B37027B56FC406BD3F6A622B2AC03492B992D06F"]
ciphertext_sha256 = "b8757d983ad7d78205f3f7b74cfb22b949aebae25bc70febcffe0c5d6ec4882b"
[[repositories]]
name = "basic"
template = "repositories/basic.git"
head = "c1bec8815d40fab6e23162443ef55ce1c46bddf6"
commits = [
"a7d88415df6027082096f6fd035387ac76726920",
"c1bec8815d40fab6e23162443ef55ce1c46bddf6",
]
[[repositories]]
name = "outer"
template = "repositories/outer.git"
head = "2c32c59867d2e4b4ab07ca8e9225e8eaa887a58e"
commits = ["2c32c59867d2e4b4ab07ca8e9225e8eaa887a58e"]
[[repositories]]
name = "inner"
template = "repositories/inner.git"
head = "308371ba7fd91255536f4e6afee2e23a02af6915"
commits = ["308371ba7fd91255536f4e6afee2e23a02af6915"]