kostaleonard / theblockchainkiller

Leo's anti-The Blockchain
MIT License
4 stars 1 forks source link

Add test for too long keys #19

Open kostaleonard opened 10 months ago

kostaleonard commented 10 months ago

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.