Page 1 of 1
Encrypt data with several keys
Posted: Tue Mar 27, 2007 1:49 am
by FredChen
Hi guys, is it possible to encrypt the files within the MSI package with several keys (serial numbers) with your installer (so it would possible to decrypt the files with one of these keys).
The keys are in a text file.
Posted: Sun Apr 01, 2007 8:24 am
by CandiceJones
You can actually do better - encrypt data using keys that aren't even inside a text file, but "internal" to the installer; and check for a separate set of keys to proceed with the install.
Posted: Mon Apr 02, 2007 6:39 am
by FredChen
Hi Candice, thank you for your reply. Do you have any samples/tuturials how to do that?
Posted: Mon Apr 02, 2007 8:20 am
by CandiceJones
The Web Media Block command contains a field where you can type in an individual key for each web media block. Then also see the Serial Validation and Online User Authentication samples for ideas on how to implement your global protection.