Skip to content

Improved version of caesar cipher encrytion tool for plain text files.

Notifications You must be signed in to change notification settings

hung0125/ShuffleEnDecryptor

Repository files navigation

ShuffleEnDecryptor

Using shuffle cipher encryption algorithm for plain text files.

1. This script requires python3 or above.
2. This script reads files in UTF-8 encoding by default (V2 auto detects utf-8/16/32)
3. Make sure the contents of your files do not contain the string "--EiNiCiRiYiPiTiEiD--". You may try to encrypt this script to see the result. :)

Before using the script:

  1. Gather target files inside ONE folder
  2. Edit and customize the path in the script
  3. (Optional) Customize keyfile name in the script

options: en -> encrypt files or de -> decrypt files

Usage (command):

  1. python shuffleEnDecryptor.py en
  2. python shuffleEnDecryptor.py de

About

Improved version of caesar cipher encrytion tool for plain text files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published