[Program] Generate licence code images

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

[Program] Generate licence code images

Post 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
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]