Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Iota Seed Generator for the GUI Iota Wallet. Written with the Power of GitHub Community.

Resources

Code of conduct

Contributing

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages