Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
192
def
encrypt(data, password):
193
cryptor = RNCryptor()
194
return
cryptor.encrypt(data, password)
195
196
197
encrypt.__doc__ = RNCryptor.encrypt.__doc__
Callers
nothing calls this directly
Calls
2
encrypt
Method · 0.95
RNCryptor
Class · 0.85
Tested by
no test coverage detected