adensW / DevToysExtensions

DevToysExtensions Made By AdensW
GNU General Public License v3.0
2 stars 0 forks source link

RsaGenerator - key length input above some value hangs UI #4

Open TilKenneth opened 6 days ago

TilKenneth commented 6 days ago

Inputting say 16384 or 14336 hangs the UI and give the window "Not Responding"-effect if interacted with.

Suggestion to add "Are you sure you want this key length, this length"... something about whats happening.

I did wait out key length of 12288 (2048*6), and 16384 (took "quite abit") - so it was just working, which is why I am here.

Maybe add a Benchmark for up to... 10241, 10242, 10244, maybe 10246? , in TimeSpan so it maybe is more predictable for the user?

Thanks for the extension!