Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Releases: DeveloppeurPascal/XOR-Keys-Generator

Version 2.0 - 20250526

26 May 19:26

Choose a tag to compare

New release for XOR Keys Generator. I migrated the project to the FMX Tools Starter Kit template to have all feature I'll have in my projects developed with Delphi.

For you the main changes are the choice of the look and the language of the user interface (by default in English).

Like others programs, the compiled programs are distributed as shareware. If you use them, you can buy a license key, but you still can use all features without paying anything.

Full Changelog: 1.1...2.0

Version 1.1 - 20240807

07 Aug 07:46

Choose a tag to compare

Published the updated and full featured version of this program for Windows and Mac.

In this release the program generates a random list of numbers and give a Pascal code sample. To use the generated key you can use unit Olf.RTL.CryptDecrypt.pas from the project DeveloppeurPascal/librairies.

You can download it as a shareware or buy a license if you use it and want to support my work.

In future releases I'll add more programming languages and usage libraries for them. If you implement the same algorithm in an other language, please share your code and tell me as a new issue or a pull request.

Version 1.0 - 20240426

26 Apr 18:54

Choose a tag to compare

First release for this "XOR keys" generator. The generated code is available for Pascal language (Delphi, Lazarus & co).
If you need other languages simply add a sample code to generate in GitHub issues.