1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-03 11:53:41 +02:00

README.md: Update security notice.

This commit is contained in:
Henrik Hautakoski 2023-04-10 16:10:54 +02:00
parent 10ec4355e6
commit 25025c21b4

View file

@ -195,13 +195,12 @@ Run `sudo ./uninstall.sh` or remove the files listed in `build/install_manifest.
## 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` file. Please read the `LICENSE` file.