Skip to content

Personal encryption tool, easy to use with user-friendly interface

Notifications You must be signed in to change notification settings

andrei-voia/multi_encrypt_tool

Repository files navigation

MultiEncrypt Tool

  • This is a personal encryption tool, easy to use with user-friendly interface,
  • You have a vast variety of encrypting possibilities for your secret message,
  • You have many encrypting options to choose from, depending on your needs,
  • This multiencrypt tool has multiple encryption layers, more than 12 different methods,
  • The more layers of encryption you use, the harder to crack the code will be.

MultiEncrypt interface

This is how the MultiEncrypt tool looks like for the user.

alt text

How to use

  • You have many possibilities for encrypting a text,
  • Here i will try to present and explain the methods you can use to encrypt a text exactly how you want:

No-Key

  • The first thing you want to choose is whether you want to use a Key or not. A Key is used to encrypt a text and you can't decrypt it if you don't have that very Key. If you choose "No-Key" option, then the encryption algorithm will integrate a random key in the encryptioned text.

alt text

Difficulty Steps

  • Another thing to consider is the "Difficulty Steps". This is how you can choose how powerful the encryption will be. Basicly, the higher it is, the harder will be to crack the code. This modifies the number of encrypting layers the program uses.

alt text

Type

  • The "Type" will be either "Normal" or "Safe". The "Normal" option will just encrypt the text while the "Safe" option will check the encrypted text to see if it was correctly encrypted. Basicly this will use an extra step of checking for possible errors.

alt text

Method

  • You can also choose what method of encrypting it will use. The basic uses only one iteration while the next ones will encrypt the text multiple times. This can be set in the "Number of interations" field. The difference between the short and the long options is that the short one will try to make the final text shorter by using some personal archieving methods.

alt text

More functionalities

You can either read a text from a .txt file and write the encrypted text in a .txt folder to simplify the process of saving and loading texts.

This is an example of saving to file method:

alt text

This is an example of reading from file method:

alt text

Bundle programs

The MultiEncrypt Tool should be used together with the Decrypt Tool to succesfully extract the hidden message from the encrypted text.

alt text

About

Personal encryption tool, easy to use with user-friendly interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages