As an investor, I want to have a test that the program won't allow keys that are too long so that I am confident that the program isn't vulnerable to buffer overflow attacks.
I already added the protection in the main file, but it's important to test these things.
As an investor, I want to have a test that the program won't allow keys that are too long so that I am confident that the program isn't vulnerable to buffer overflow attacks.
I already added the protection in the main file, but it's important to test these things.