mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +02:00
32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
|
|
# antelope-keygen (gui)
|
|
|
|
This is the graphical version of the [antelope-keygen](https://github.com/eosswedenorg/antelope-keygen) project.
|
|
|
|
This program generates public and private keypair for [Antelope IO](https://antelope.io)
|
|
|
|
Among the basic functionality the program can also search for keys containing specific words also know as _vanity keys_.
|
|
|
|
## Security notice
|
|
|
|
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).
|
|
|
|
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.
|
|
|
|
```
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
```
|
|
|
|
## Author
|
|
|
|
Henrik Hautakoski - [Sw/eden](https://eossweden.org/) - [henrik@eossweden.org](mailto:henrik@eossweden.org)
|