This tool is to get the private key from the keystore or mnemonic for inwecrypto.
the tool is an desktop app, it does not need to connect the internet, for your own security you can shutdown your network when using the tool.
we provide windows and mac desktop apps, but we aslo provide the command line tools for linxu windows and mac.
you can get the compiled file from https://github.com/InWeCrypto/keytool/releases
mac-gui-amd64.zip ---- mac app
windows-gui-386.zip ---- win32 app
windows-gui-amd64.zip ---- win64 app
prkeycli_linux_64.zip ---- linux command line
prkeycli_mac.zip ---- mac command line
prkeycli_win_64.exe.zip ---- win64 command line
if you are interesing in compile the project, you can refer to the https://github.com/asticode/go-astilectron, which is a gui project for golang
command line usage:
-
unzip the cli tool into your work directory.
-
show the command help: ./prkey_mac -h Usage of ./prkey_mac: -keystore string Keystore file path -lang string Mnemonic language en_US or zh_CN (default "en_US") -mnemonic string Mnemonic string -password string Keystore password
-
for keystore
- get the keystore information, write it to the file, eg. mykey.json
- ./prkey_mac -keystore < keystore file path, eg. mykey.json > -password < keystore password>
-
for mnemonic
- ./prkey_mac -mnemonic "your mnemonic string" -lang "en_US" ##if your mnemonic is English
- ./prkey_mac -mnemonic "your mnemonic string" -lang "zh_CN" ## if your mnemonic is Chinese
app usage: