MCPcopy
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_metaMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
decryptMethod · 0.45
decryptMethod · 0.45
test_UNENCRYPTEDMethod · 0.45
test_AEMethod · 0.45
test_AEADMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_UNENCRYPTEDMethod · 0.36
test_AEMethod · 0.36
test_AEADMethod · 0.36
test_plaintextMethod · 0.36
test_keyfileMethod · 0.36
test_keyfile_kfenvMethod · 0.36
test_keyfile2Method · 0.36
test_keyfile2_kfenvMethod · 0.36
test_keyfile_blake2Method · 0.36