-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get hs_ed25519_public_key and hs_ed25519_secret_key files if I run mkp224o -y? #106
Comments
In simple terms, can I convert terminal output like this:
to files: |
If anybody interested, you just need to decode your public and private keys to files, rename them accordingly (hs_ed25519_public_key, hs_ed25519_secret_key) and also create hostname file with onion address in it. I decoded here: |
They are base64 encoded as you figured out. However you should not use online services such as that because in doing so you will be sharing your private keys with whoever runs the website. The |
there's also
(syntax found from |
Hello!
I run mkp224o with -y parameter, which shows hostname and keys in terminal and do not create files in folder.
To use my vanity onion I need those files in my tor hidden service folder.
I look in default hs_ed25519_public_key and hs_ed25519_secret_key files and there are some strange characters, not like in terminal output with mkp224o.
I tried to paste there public and private key from terminal, but it do not work.
How do I convert terminal output of keys to create fiels?
Thank you!
The text was updated successfully, but these errors were encountered: