VictorRutskin / String-Encrypter

App that gets a text message, puts it into a complex encryption/decryption for 2 sides to communicate safely.
0 stars 1 forks source link

Adding try and except documantation #6

Open VictorRutskin opened 1 year ago

VictorRutskin commented 1 year ago

issue is that there are many and do i even need it? examples for inputs that cause errors:

  1. one char key for long string
  2. not base64 key readable key

consider adding ways to check if base 64 or too short etc instead of throwing exceptions.

VictorRutskin commented 1 year ago

do i want to tell user why error happened? - incase of code cracking through .exe file etc