Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xaionaro/trezor-seed-generator
Generates secure 24-words seed using /dev/random
https://github.com/xaionaro/trezor-seed-generator
generator secure seed trezor
Last synced: 27 days ago
JSON representation
Generates secure 24-words seed using /dev/random
- Host: GitHub
- URL: https://github.com/xaionaro/trezor-seed-generator
- Owner: xaionaro
- Created: 2018-06-03T11:19:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T20:11:21.000Z (over 2 years ago)
- Last Synced: 2024-06-20T17:29:39.771Z (5 months ago)
- Topics: generator, secure, seed, trezor
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
go run github.com/xaionaro/trezor-seed-generator/trezorSeedGenerator@latest
```result:
```
$ go run github.com/xaionaro/trezor-seed-generator/trezorSeedGenerator@latest
go: finding module for package github.com/tyler-smith/go-bip39
go: found github.com/tyler-smith/go-bip39 in github.com/tyler-smith/go-bip39 v1.1.0
1: helmet
2: surround
3: agree
4: brand
5: any
6: enough
7: supply
8: choose
9: bronze
10: case
11: rely
12: crazy
13: pigeon
14: satoshi
15: wrist
16: abuse
17: divide
18: wall
19: injury
20: tourist
21: example
22: proud
23: fashion
24: castle
```