Giter VIP home page Giter VIP logo

Comments (2)

cmars avatar cmars commented on May 17, 2024 1

I released support for persistent onion addresses in v0.2.0 -- see releases. You use an @ to alias it. There's an example now in the README (the @my-app and @minecraft ones). In v0.3.0 I added a subcommand that lets you manage the service keys (oniongrok service --help for details).

In order for addresses to be persistent, oniongrok has to keep track of the services' private keys. For now, they're stored in a mode 600 file, ~/.local/share/oniongrok by default, which you can change using the --secrets flag. I'm not super thrilled with this arrangement tbh.

I have a really strong aversion to any sort of private keys on my filesystem. I'd like to find a way to have onion keys stored in a hardware device. There are many that can do ed25519 now. A YubiKey could do it. Or maybe a Trezor? What if an eth address was also an onion? 🤯 This is an area of research, which might get me into Tor's internals. Should be fun!

oniongrok only uses v3 onion services. v2 are insecure and Tor doesn't even support them anymore, they're past sunset.

I'm going to mark this closed as I think it addresses your question & concern.

from onionpipe.

Leopere avatar Leopere commented on May 17, 2024

Even a simple recommendation to store it in a “ram disk” is some degree reasonable. However if the box is owned and you’re storing this key on the machine anywhere memory or otherwise you’re somewhat likely to assume that everything is done and dusted anyways.

from onionpipe.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.