junian / Standard.Licensing

Easy-to-use licensing library for .NET Framework, Mono, .NET Core, and MAUI / Xamarin products
https://junian.dev/Standard.Licensing/
MIT License
554 stars 127 forks source link

invalid signature string throws unhandled exception #31

Open kinnajowa opened 1 year ago

kinnajowa commented 1 year ago

When modifying the signature base64 string, the validation process won't produce a proper validation failure, but throws an unhandled exception. Maybe this can be fixed by checking if the signature string is even valid.