SeedGn is a mnemonic seed phrase generator designed to help you securely create and manage mnemonic phrases for your cryptocurrency wallets, password managers, and more. With SeedGn, you can easily generate strong and unique seed phrases that are easy to remember but hard to crack.
To get started with SeedGn, you can either download the pre-built binary from the latest release or build the project from source by following these steps:
-
Clone the repository:
git clone https://github.com/username/SeedGn.git
-
Navigate to the project directory:
cd SeedGn
-
Compile the source code:
make build
-
Run the executable:
./seedgn
SeedGn is a command-line tool that offers various options for generating mnemonic seed phrases. Here are some common use cases:
-
Generate a 12-word seed phrase:
seedgn generate --words 12
-
Generate a seed phrase with a custom word length:
seedgn generate --words 24
-
Use a custom word list for generating seed phrases:
seedgn generate --wordlist custom.txt
For more advanced usage and options, refer to the documentation.
SeedGn uses a cryptographically secure random number generator to create mnemonic seed phrases that can be used for various purposes, including wallet recovery and data encryption.
You can choose the length of the seed phrase generated by SeedGn, ranging from 12 to 24 words, depending on your security requirements.
SeedGn supports custom wordlists, allowing you to generate seed phrases using specialized sets of words tailored to your needs.
We welcome contributions from the open-source community to improve SeedGn and add new features. If you're interested in contributing, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure the codebase is still functional.
- Open a pull request describing your changes.
SeedGn is licensed under the MIT License. See LICENSE for more information.