Description
This utility is intended for software developers who wish to encrypt non-sensitive data generated or used by their projects.
Shift Keys Generator creates a list of values between -7 and 7 to be applied as a left or right shift to the bytes of the information to be encrypted or decrypted. This list of values should be considered a private key and must not be disclosed.
The encryption algorithm uses the binary operations ROL (left rotation) and ROR (right rotation). When these operators are not available, SHL (shift to the left) and SHR (shift to the right) must be used with the left or right bit carried over to preserve the value.
This algorithm is reversible. It should not be used alone on sensitive data, but it can be relatively effective on binary areas such as text.
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 |