https://github.com/adalbertobrant/iotaseedgenerator
Iota Seed Generator for the GUI Iota Wallet. Written with the Power of GitHub Community.
https://github.com/adalbertobrant/iotaseedgenerator
Last synced: about 1 year ago
JSON representation
Iota Seed Generator for the GUI Iota Wallet. Written with the Power of GitHub Community.
- Host: GitHub
- URL: https://github.com/adalbertobrant/iotaseedgenerator
- Owner: adalbertobrant
- License: gpl-3.0
- Created: 2017-10-10T23:08:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T10:01:41.000Z (over 6 years ago)
- Last Synced: 2025-04-19T00:41:20.840Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Happy Hacktoberfest 2018
*** Any help will be welcomed
# IotaSeedGenerator
A Simple program using rand() to GEN an IOTA SEED for the IOTA GUI Wallet
## Algorithm
Predefined constants:
- token_library: tokens to be used on the result key.
- type: char array
- value: "ABCDEFGHIJKLMNOPQRSTUVXYWZ9"
Input variables (User defined):
- key_size: Number of items on the output key.
- type: integer
- constraints: between 30 to 81.
Output values:
- key: Generated random seed for iota.
- constraints: key_size characters from the token_library, randomly chosen.
- create a text file with the random seed for iota.