blocking key of less than 1 character
This commit is contained in:
parent
a3802ae811
commit
85e083ae46
@ -56,6 +56,8 @@ void setEncryptionSeparator(char encryptionSeparatorNew)
|
||||
|
||||
void setKeyLength(int keyLengthNew)
|
||||
{
|
||||
if (keyLengthNew < 1) return;
|
||||
|
||||
keyLength = keyLengthNew;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user