mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
README.md: Update security notice.
This commit is contained in:
parent
10ec4355e6
commit
25025c21b4
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
|
@ -195,13 +195,12 @@ Run `sudo ./uninstall.sh` or remove the files listed in `build/install_manifest.
|
|||
|
||||
## Security notice
|
||||
|
||||
Keys are generated by `OpenSSL`'s `EC_KEY_generate_key` function. The program will
|
||||
never expose your keys to anything but the computers memory and output of the
|
||||
program. You are free to inspect the source code and compile yourself to verify.
|
||||
Keys are generated using [libantelope](https://github.com/eosswedenorg/libantelope)
|
||||
while the library does not claim to guarantee cryptographically secure keys. it
|
||||
relies on widly used open source cryptographic libraries (OpenSSL, libsecp256k1).
|
||||
|
||||
However, use this at your own risk. we cannot guarantee that the keys are
|
||||
cryptographically secure as this depends on OpenSSL's implementation (alto it is
|
||||
widely used and should be safe)
|
||||
Use at your own risk. The author and [Sw/eden](https://eossweden.org/) does not take responsability
|
||||
for any damage caused by keys generated by the program.
|
||||
|
||||
Please read the `LICENSE` file.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue