MCPcopy
hub / github.com/borgbackup/borg / encrypt

Method encrypt

src/borg/crypto/key.py:189–190  ·  view source on GitHub ↗
(self, id, data)

Source from the content-addressed store, hash-verified

187 raise NotImplementedError
188
189 def encrypt(self, id, data):
190 pass
191
192 def decrypt(self, id, data):
193 pass

Callers 15

formatMethod · 0.45
formatMethod · 0.45
encryptMethod · 0.45
encryptMethod · 0.45
do_benchmark_cpuMethod · 0.45
test_UNENCRYPTEDMethod · 0.45
test_AEMethod · 0.45
test_AEADMethod · 0.45

Calls

no outgoing calls

Tested by 14

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_roundtripMethod · 0.36