Page 1 of 1

[Program] Generate licence code images

Posted: Tue Jul 12, 2022 1:41 pm
by Thorsten1867
Generate licence code images

The licence code is stored encrypted in the image using LSB (Least Significant Bit Embedding) and can then be read out and checked by the program.
  • Insert name and validity into the template image.
  • Encryption of the data
  • Reading the data directly into a structure for easy further processing
  • Generate PureBasic code for insertion into the programme.
Download: CreateLicence.pb bzw. CreateLicence.exe