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

Method post_encrypt_data

rncryptor.py:130–132  ·  view source on GitHub ↗

Handle data after encryption.

(self, data)

Source from the content-addressed store, hash-verified

128 return data + bchr(rem) * rem
129
130 def post_encrypt_data(self, data):
131 """Handle data after encryption."""
132 return data
133
134 def encrypt(self, data, password):
135 """Encrypt `data` using `password`."""

Callers 1

encryptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected