Is strong name assembly secure?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I don't think so unless somebody convince me. you can easily crack any strong name assembly. try ildasm *.dll /out=*.il open *.il from notepad, remove public key section, then crack whatever you want ilasm *.il done! Reflector is a nice tool to decompile *.il
-
I don't think so unless somebody convince me. you can easily crack any strong name assembly. try ildasm *.dll /out=*.il open *.il from notepad, remove public key section, then crack whatever you want ilasm *.il done! Reflector is a nice tool to decompile *.il
What is reason to post this in asp.net forum as Question ?
cheers, Abhijit