chore: add a little explanation

This commit is contained in:
citizen-VM 2020-08-24 02:48:02 +02:00
parent 24862f616e
commit 8f81a583e5
Signed by: wanderer
GPG Key ID: 6391444A736EEE7E

View File

@ -82,6 +82,7 @@ namespace KRY_0x01_ng
string str_to_check = String.Join("", tb_k.Text.ToUpper().Distinct());
if (str_to_check.Length < 9)
{
/* because why not, 8 is still lame */
MessageBox.Show($"The key is too short ({str_to_check.Length} characters).\nKey requirements: 9-25 unique alphabetic characters", "Error");
return;
}