features/keywords/dh_key.feature in vault-tree-0.3.4 vs features/keywords/dh_key.feature in vault-tree-0.6.0
- old
+ new
@@ -16,30 +16,30 @@
"""javascript
{
"header": {},
"vaults": {
"asymmetric_message":{
- "fill_with": "EXTERNAL_DATA",
+ "fill_with": "EXTERNAL_INPUT['asymmetric_message']",
"lock_with": "DH_KEY['another_public_key','my_decryption_key']",
"unlock_with": "DH_KEY['my_public_key','another_decryption_key']",
"contents": ""
},
"my_decryption_key":{
"fill_with": "DECRYPTION_KEY",
- "lock_with": "MASTER_PASSPHRASE",
- "unlock_with": "MASTER_PASSPHRASE",
+ "lock_with": "UNLOCKED",
+ "unlock_with": "UNLOCKED",
"contents": ""
},
"my_public_key":{
"fill_with": "PUBLIC_ENCRYPTION_KEY['my_decryption_key']",
"lock_with": "UNLOCKED",
"unlock_with": "UNLOCKED",
"contents": ""
},
"another_decryption_key":{
"fill_with": "DECRYPTION_KEY",
- "lock_with": "MASTER_PASSPHRASE",
- "unlock_with": "MASTER_PASSPHRASE",
+ "lock_with": "UNLOCKED",
+ "unlock_with": "UNLOCKED",
"contents": ""
},
"another_public_key":{
"fill_with": "PUBLIC_ENCRYPTION_KEY['another_decryption_key']",
"lock_with": "UNLOCKED",