Secure Serial Modeule¶
Warning
Dont confuse with pyserial and securefile.secureserial. This module is only for reading the serial data from COM port. securefile.secureserial import pyserial module so using this module can enable pyserial also
Serial Module¶
This module encapsulates the access for the serial port. It support Python running on Windows, OSX, Linux, BSD. This module can only used for reading RSA, AES, DES and Shift Cipher Key from Serial port.
- Dependencies:
- pyserial
>>> python -m pip install pyserial
- Uses:
>>> import securefile.secureserial >>> from securefile.keyset import RSA_KEY
Module Classes: