Description
IDB Keys Generator creates private keys for encryption by modifying the value of the bytes in the buffer to be encrypted for later decryption. It also provides code for use in different languages and links to usage examples.
IDB stands for Inc/Dec Bytes. It is a simplistic encryption algorithm that adds or subtracts a value from a byte (rotating over the area to be encrypted). It is reversible.
Note, however, that this type of algorithm is at level zero in terms of data security if used alone: encrypting a byte buffer filled of 0 allows the private key to be recovered!
Used in conjunction with other algorithms, it makes it more difficult to hack your sensitive information.
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 |