Description
This program is very easy to use. It can be used by developers and users of encryption tools that do not offer their own key generator.
XOR Keys Generator provides a series of bytes that can be used in an encryption algorithm using the XOR binary operator. The program provides a series of random numbers ranging from 0 to 255 after asking the user how many elements he wanted in his list.
Note that this random series is generated by the random number generator of the Pascal language as implemented in Delphi. The sequence is assumed to be predictable if someone knows its initialisation value and a fairly large number of successive values.
Like any key used in encryption, it must be private and must never be communicated to third parties or added to code repositories (public or private, it doesn't matter).
XOR encryption is very simple and can never be used for sensitive data.
Technical Data
For Windows | |
---|---|
Supported versions | 10 and later |
Supported architectures | x86, x64 et ARM |
For macOS | |
Supported versions | Monterey and later |
Supported architectures | x64 Intel and Apple Silicon |
Further informations | |
Website | Open |