Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulshpilsher/ed25519-key-generator
Public key generator using Edwards-curve Digital Signature Algorithm (EdDSA)
https://github.com/paulshpilsher/ed25519-key-generator
crypto cryptography eddsa eddsa25519 go golang public-key-cryptography
Last synced: 2 days ago
JSON representation
Public key generator using Edwards-curve Digital Signature Algorithm (EdDSA)
- Host: GitHub
- URL: https://github.com/paulshpilsher/ed25519-key-generator
- Owner: PaulShpilsher
- Created: 2023-11-18T06:56:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-18T06:58:52.000Z (about 1 year ago)
- Last Synced: 2024-06-20T21:04:32.647Z (5 months ago)
- Topics: crypto, cryptography, eddsa, eddsa25519, go, golang, public-key-cryptography
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ed25519 public-key generator written in Go
**A simple public/private key generator using Edwards-curve Digital Signature Algorithm (EdDSA)**
## Usage
```sh
$ ed25519-key-generator [-out=filename]
```Output is the pair of private and public key files: ```filename.prv``` and ```filename.pub``` respectively.\
If command line option *-out* omitted the default filename is *"key.ed25519"*