Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ decrypt
Method
decrypt
src/borg/crypto/key.py:192–193 ·
view source on GitHub ↗
(self, id, data)
Source
from the content-addressed store, hash-verified
190
pass
191
192
def
decrypt(self, id, data):
193
pass
194
195
def
assert_id(self, id, data):
196
if
id and id != Manifest.MANIFEST_ID:
Callers
15
parse_meta
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
decrypt
Method · 0.45
decrypt_key_file_pbkdf2
Method · 0.45
decrypt_key_file_argon2
Method · 0.45
decrypt
Method · 0.45
test_UNENCRYPTED
Method · 0.45
test_AES256_CTR_HMAC_SHA256
Method · 0.45
test_AES256_CTR_HMAC_SHA256_aad
Method · 0.45
test_AE
Method · 0.45
test_AEAD
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_UNENCRYPTED
Method · 0.36
test_AES256_CTR_HMAC_SHA256
Method · 0.36
test_AES256_CTR_HMAC_SHA256_aad
Method · 0.36
test_AE
Method · 0.36
test_AEAD
Method · 0.36
test_AEAD_with_more_AAD
Method · 0.36
test_plaintext
Method · 0.36
test_keyfile
Method · 0.36
test_keyfile_kfenv
Method · 0.36
test_keyfile2
Method · 0.36
test_keyfile2_kfenv
Method · 0.36
test_keyfile_blake2
Method · 0.36