Encrypt.open¶
-
securefile.Encrypt.open()¶ Open current file and read the data contains. Binary file reading using basic python file open()
- Uses:
>>> enc.open()
Returns: True|False
Raises: - UnicodeDecodeError – On File Encoding error
- FileNotFoundError – On file not found
- FileExistsError – On file no more exist