MCPcopy Index your code
hub / github.com/RNCryptor/RNCryptor-python / encrypt

Function encrypt

rncryptor.py:192–194  ·  view source on GitHub ↗
(data, password)

Source from the content-addressed store, hash-verified

190
191
192def encrypt(data, password):
193 cryptor = RNCryptor()
194 return cryptor.encrypt(data, password)
195
196
197encrypt.__doc__ = RNCryptor.encrypt.__doc__

Callers

nothing calls this directly

Calls 2

encryptMethod · 0.95
RNCryptorClass · 0.85

Tested by

no test coverage detected