Change the keys from the demo keys given below in the example code to your unique key values:
P1 = 0xec6cc589aefd1e75;
P2 = 0xfcec0a6a82747b3f;
If you store data on a SmartDongle you may wish to encrypt the data transmitted over the USB bus.
Examples 3a and 3b below use AES encryption. A developer could use example3a.c as a utility to write passwords, serial numbers, etc to a SmartDongle that can be read back and used in an application as demonstrated by example3b.c