- By Benrico Krog
- Uses the vigenere algorithm for encryption and decryption
- Topic: Encryption and Decryption.
- Open the endecrypt.exe application.
- The Help button will show you this message.
- There are two modes to for processing the message. Encrypting and Decrypting.
- Paste your message in the box below the label "Input" or click the button "Import from file" to load a file.
- Switch to the second tab labeled "key" by clicking on it.
- A key will be generated automatically each time you open the application. You can select what character my be used by the genarator and click the button called "Genarate" to make a new key.
- Switch back to the first tab and click on the button labeled "Encrypt".
- The encrypted message will appear in the second box underneath the label "Output".
- A Prompt will also be displayed with the key to decrypt the message.
- If you'd like to save it directly to a text file, you can click on the button labled "Export to file" and provide the path to the file in the dialog.
- Paste your encrypted message in the box below the label "Input" or click the button "Import from file" to load a file.
- Switch to the second tab labeled "key" by clicking on it.
- A key will be generated automatically each time you open the application. Enter the key provided with the encrypted message into the editbox.
- Switch back to the first tab and click on the button labeled "Decrypt".
- The decrypted message will appear in the second box underneath the label "Output".
- If you'd like to save it directly to a text file, you can click on the button labled "Export to file" and provide the path to the file in the dialog.