MCPcopy Create free account
hub / github.com/KmBase/ScienceReading / encrypt

Method encrypt

embedded/site-packages/Crypto/Cipher/_mode_ecb.py:94–147  ·  view source on GitHub ↗

Encrypt data with the key set at initialization. The data to encrypt can be broken up in two or more pieces and `encrypt` can be called multiple times. That is, the statement: >>> c.encrypt(a) + c.encrypt(b) is equivalent to: >>> c.encryp

(self, plaintext, output=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

create_string_bufferFunction · 0.90
is_writeable_bufferFunction · 0.90
c_uint8_ptrFunction · 0.90
c_size_tFunction · 0.90
get_raw_bufferFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected