1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00

gui/README.md: Update security notice.

This commit is contained in:
Henrik Hautakoski 2023-04-10 16:40:02 +02:00
parent 19f8b67fdd
commit 9a83929029

View file

@ -9,15 +9,14 @@ Among the basic functionality the program can also search for keys containing sp
## Security notice ## Security notice
Keys are generated by `OpenSSL`'s `EC_KEY_generate_key` function. The program will Keys are generated using [libantelope](https://github.com/eosswedenorg/libantelope)
never expose your keys to anything but the computers memory and output of the while the library does not claim to guarantee cryptographically secure keys. it
program. You are free to inspect the source code and compile yourself to verify. relies on widly used open source cryptographic libraries (OpenSSL, libsecp256k1).
However, use this at your own risk. we cannot guarantee that the keys are Use at your own risk. The author and [Sw/eden](https://eossweden.org/) does not take responsability
cryptographically secure as this depends on OpenSSL's implementation (alto it is for any damage caused by keys generated by the program.
widely used and should be safe)
Please read the `LICENSE.gui` file. Please read the `LICENSE` file.
``` ```
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,