- It is using base64 encryption algo.
- First Input : The first input is text which may me either encrypted or to be encrypted.
- Second Input : the key may be either an Integer, Character or String. "The key is most important part of this program!!"
- Third Input :
- There are two cases in input : 1. For Encryption 2. For Decrption.
-
- For Encryption user may select either 'e' or 'E'.
-
- For Decrption user may select either 'd' or 'D'.
- Forth TextField: the forth textfield shows the output of both Encryption and Decryption .
- RESET Button resets all the textfields in program.
- EXIT Button will Exit the program.
- While Decrypting the text, it should be encrypted with same algo otherwise it will throw error : -
-
- "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdb in position 4: invalid continuation byte"