Home - Forums-.NET - Spices.Net - Watermarking

Spices.Net

NET code security, tools to protect, obfuscate, tamper defense, code and data safety, recover, convert, optimize, explore, browse and analyze .Net software.

This forum related to following products: Spices.Net Suite, Spices.Net Obfuscator, Spices.Net Decompiler

Watermarking
Link Posted: 10-Aug-2005 22:40
Greetings,

as the documentation of Spices.Net is not exactly "verbose" this is the first of many questions I have about the product.

Could you please elaborate on how to use the watermark feature in the real world?

Thank you in advance.

3D
Link Posted: 11-Aug-2005 05:46
You can use watermark for multiple purposes:
1. internally check validity of watermark. watermark is string type value, you can put into watermark digital signature, public crypto-key, or secret combination of bytes converted to Base64 string for example.
2. externally check validity of watermark - your checking software can validate assembly on watermark existance and validate watermark.
3. watermark can contains some of data that can be used internally in your software. Without this data your software can't work properly.
4. Watermark can contain some licensing information.
etc and etc.