Encrypt Class¶
-
class
securefile.Encrypt(file_name, delimiter=':')¶ Encrypt is the center class for all the module it is a wrapper class for all encryption and decryption algorithm.
Example
from securefile import Encrypt enc = Encrypt('test.md', delimiter=':')
Special Method: __init__()__open_check()
Method: Attributes: - __file_name
- __plain_text
- __open_flag