Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
devvvy27-Aug-13 2:19
devvvy27-Aug-13 2:19 
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
Dave Kreskowiak27-Aug-13 2:42
mveDave Kreskowiak27-Aug-13 2:42 
AnswerRe: Strongname vs Obfuscation - resistant to tampering? Pin
jschell27-Aug-13 9:36
jschell27-Aug-13 9:36 
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
devvvy27-Aug-13 12:44
devvvy27-Aug-13 12:44 
AnswerRe: Strongname vs Obfuscation - resistant to tampering? Pin
Keld Ølykke29-Aug-13 7:17
Keld Ølykke29-Aug-13 7:17 
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
devvvy29-Aug-13 19:37
devvvy29-Aug-13 19:37 
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
Matty2229-Aug-13 21:32
Matty2229-Aug-13 21:32 
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
Keld Ølykke30-Aug-13 0:27
Keld Ølykke30-Aug-13 0:27 
Hi Matty,

In your example A is signed with information about B's signature, which builds a lovely hierarchy of signed assemblies. This is great tech.

However, if I decompile and compiles A, your users would not know - would they?

It doesn't matter whether the hacked A is signed or not. If the user never checks the signature of A against a public available source that is authentic to the user.

Don't be tricked into thinking that strong name signing is a solid automatic run-time authentication - neither are certificate signing. They both rely on the user initiating a signature verification using a "correct" public source - e.g. a public key or certificate.

Btw. I can recommend this post. he is much better with words than I am: http://blogs.msdn.com/b/ericlippert/archive/2009/09/03/what-s-the-difference-part-five-certificate-signing-vs-strong-naming.aspx[^]

Kind Regards,

Keld Ølykke
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
Matty2230-Aug-13 3:12
Matty2230-Aug-13 3:12 
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
Keld Ølykke30-Aug-13 5:09
Keld Ølykke30-Aug-13 5:09 
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
Keld Ølykke29-Aug-13 23:59
Keld Ølykke29-Aug-13 23:59 
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
devvvy31-Aug-13 20:38
devvvy31-Aug-13 20:38 
GeneralOpen source project with good coverage Pin
Skynet8726-Aug-13 9:45
Skynet8726-Aug-13 9:45 
GeneralRe: Open source project with good coverage Pin
Boipelo26-Aug-13 10:51
Boipelo26-Aug-13 10:51 
GeneralRe: Open source project with good coverage Pin
Skynet8726-Aug-13 10:53
Skynet8726-Aug-13 10:53 
GeneralRe: Open source project with good coverage Pin
Boipelo26-Aug-13 11:13
Boipelo26-Aug-13 11:13 
GeneralRe: Open source project with good coverage Pin
Bernhard Hiller26-Aug-13 20:57
Bernhard Hiller26-Aug-13 20:57 
AnswerRe: Open source project with good coverage Pin
Ingo27-Aug-13 0:37
Ingo27-Aug-13 0:37 
QuestionData backup in Windows Forms Application Pin
Thota Nani26-Aug-13 7:55
Thota Nani26-Aug-13 7:55 
AnswerRe: Data backup in Windows Forms Application Pin
Abhinav S26-Aug-13 8:04
Abhinav S26-Aug-13 8:04 
GeneralRe: Data backup in Windows Forms Application Pin
Thota Nani26-Aug-13 8:12
Thota Nani26-Aug-13 8:12 
GeneralRe: Data backup in Windows Forms Application Pin
Jason Gleim26-Aug-13 8:37
professionalJason Gleim26-Aug-13 8:37 
GeneralRe: Data backup in Windows Forms Application Pin
Thota Nani26-Aug-13 9:00
Thota Nani26-Aug-13 9:00 
Questionregex search Pin
jojoba2026-Aug-13 4:37
jojoba2026-Aug-13 4:37 
AnswerRe: regex search Pin
OriginalGriff26-Aug-13 5:38
mveOriginalGriff26-Aug-13 5:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.