• Stars
    star
    3
  • Rank 3,957,089 (Top 79 %)
  • Language
    Python
  • Created almost 7 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple python 3 based program to encrypt data within text files using a custom Cryptographic algorithm designed by the author. The aim of this software is to provide a robust solution for encrypting individual .txt files - this has many applications including attaching the encrypted txt files to emails to protect communication content or providing a straightforward means to store sensitive text data locally. The encryption algorithm is symmetric so uses the same password to decrypt data as is used to encrypt, further adding to its ease of use.