Skip to content

Files

Latest commit

Jan 30, 2022
f0af0c4 · Jan 30, 2022

History

History

XORcipher

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 21, 2017
Jan 30, 2022
Jan 30, 2022

XORCipher class

This class implements the XOR-cipher algorithm and provides some useful methods for encrypting and decrypting strings and files. You will find detailed docstrings in each method.

Overview about methods

  • encrypt : list of char
  • decrypt : list of char
  • encrypt_string : str
  • decrypt_string : str
  • encrypt_file : boolean
  • decrypt_file : boolean