[Program] Generate licence code images
Posted: Tue Jul 12, 2022 1:41 pm
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.
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.