This is a offline command line script written in NodeJs.
The instructions will help to generate an IOTA deposit address using your SEED, and then encrypt the IOTA SEED.
This process requires you to have either NodeJS installed or a Linux/MacOsX system.
Follow the instructions below to run the script.
Save IOTA deposit address for step 3.
If you generated an IOTA SEED keep it safe as it is needed for step 2, do not close the page.
This script will encrypt your IOTA SEED with a master password and AES256bit encryption.
This password is known only to you and no one else.
Open command prompt (if using NodeJS: "node.js command prompt")
Navigate to folder that holds the repository.
Unzip file if you downloaded the file as a zip file.
Enter your SEED (same one as Step 1) and Password when prompted.
The script will return your encrypted SEED, save for next step.
Go back to the IOTA Coin Manual Configuration Page.
Copy and paste your IOTA Deposit Address (Step 1) and the corresponding Encrypted SEED (Step 2).
Repeat steps if manually configuring multiple coins.
Be sure to copy the ENCRYPTED SEED and the corresponding IOTA DEPOSIT ADDRESS to configuration page.
** Please note the above script is written for unix based system. If you are using windows you must download NodeJS and use nodejs command prompt. If you have any issue, feel free to report the issue by clicking here.