dnauck / Portable.Licensing

Portable.Licensing is a cross platform software licensing framework which allows you to implement licensing into your application or library. It provides you all tools to create and validate licenses for your software.
http://dev.nauck-it.de/projects/portable-licensing
MIT License
592 stars 173 forks source link

PLEASE SIGN THE ASSEMBLY on NUGET #31

Open ghost opened 8 years ago

ghost commented 8 years ago

IT TAKES ABOUT 10 seconds to crack! this is an incredibly amazing library but it should be signed to prevent tampering! thanks so much!

EchterAgo commented 8 years ago

REG ADD "HKLM\SOFTWARE\Microsoft\StrongName\Verification," REG ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\StrongName\Verification,"

Defeats any assembly signing. Won't work, although I still would like it.

EchterAgo commented 8 years ago

Also, this is a dupe of #27