Giter Club home page Giter Club logo

Comments (8)

bjorn3 avatar bjorn3 commented on August 29, 2024 2

Using a * per input character rather than nothing is less secure as it leaks the length of the password.

from rustyline.

gwenn avatar gwenn commented on August 29, 2024 1

See #266

from rustyline.

gwenn avatar gwenn commented on August 29, 2024

antirez/linenoise#125

Reading passwords securely requires more than that. Usually you want to ensure no one else is reading the input and that you are really connected to a terminal etc.

from rustyline.

madprops avatar madprops commented on August 29, 2024

I'm looking for this. It doesn't even have to be incredibly secure, just hiding the visible input would be enough for lots of cases.

from rustyline.

gwenn avatar gwenn commented on August 29, 2024

@madprops You can try something like this:

  • Disable auto_add_history so that password does not appear in your history file.
  • Define a Highlighter such as highlight returns '*' x width(line) because rustyline expects the highlighted line to have the same width as the raw line and highlight_char returns true.
  • And force highlighting: color_mode.

from rustyline.

madprops avatar madprops commented on August 29, 2024

Hmm not sure how to do this. It seems to define a highlighter I need to provide a helper, and to do that I need to implement all the helper stuff, not just the highlight? Can't find an easier way. Also in my case I think I don't need to bother about the history bit, since I'm not using history features in my inputs.

from rustyline.

gwenn avatar gwenn commented on August 29, 2024

@madprops I know, this is just a hack.
I will try to provide you a complete example.

from rustyline.

gwenn avatar gwenn commented on August 29, 2024

antirez/linenoise#182

from rustyline.

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.