Giter Club home page Giter Club logo

Comments (4)

DarthGandalf avatar DarthGandalf commented on July 20, 2024

Nickserv module should send the password to erm... Nickserv of the given network.
Question: how to unhash the password from this hashed .registry?

Nickserv module should be able to login using your credentials, in some way (even if it's public/private key instead of password). So well, it should have access to these credentials.

Exception could be server-side configuring to give access to your IP. Some services support that.

from znc.

infogulch avatar infogulch commented on July 20, 2024

Maybe it could be encrypted with the user's sha256 hash in znc.conf?

But then it could just be decrypted the same way, since having access to user/moddata/nickserv/ would likely mean you have access to znc.conf as well, so trying to encrypt it is useless.

Suggestion: use a randomly generated alphanumeric 25 character password for nickserv, and save it somewhere (like LastPass or 1Password). This way at least you're not using the same password everywhere and if your moddata/nickserv/ password is hijacked, the worst you could lose is your irc nick. And maybe you can even get that back since your email doesn't use the same password now.

from znc.

bpcampbe avatar bpcampbe commented on July 20, 2024

Isn't your suggestion really a best practices for the end user? Not really something for ZNC to implement? Honestly, there's only so much you can do if someone can access your file system.

from znc.

infogulch avatar infogulch commented on July 20, 2024

Yes, yes, and I agree.

from znc.

Related Issues (20)

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.