Click here to Skip to main content
15,895,084 members

Comments by DEB4u (Top 50 by date)

DEB4u 11-May-13 10:44am View    
I used obfuscating, it generates an exe, when i copy that obfuscated exe to the release folder (without setup project), then,it's not running,just being crashed...note that my application depends on files which reside on the same directory... if don't obfuscate, then after building in VS it runs..
DEB4u 15-Mar-13 1:12am View    
thanks
DEB4u 27-Jan-13 12:25pm View    
ok, If i remove the Try catch inside Do_Work(), then also it's not working, i mean program is breaking off
DEB4u 15-Dec-12 0:38am View    
Thank you very much for your reply. Actually my requirement is an offline product key validation system using
PKI digital signature matching..,i.e, I want to encode a specific serial number + my signature with my private key and the output will be used as a product key, which the user need to enter in his application for validation. and in the client application I'll attach corresponding public key with which he will decrypt and separate out the sl no and my signature.. if the signature matches, it'll be validated... I used .NET RSACryptoProviderService Class.
DEB4u 14-Dec-12 5:05am View    
Actually I'm using RSA to encode my data into a particular length.. but RSA is giving the output of 172 chars.. which I need in between 20-30 chars and alphanumeric.. but RSA is giving variety of ASCII value..