Giter Club home page Giter Club logo

Comments (3)

anonymous1184 avatar anonymous1184 commented on May 28, 2024

You're right, never tested spaces since back in the day services I used regularly didn't accepted spaces (I remember Usenet, IRC and ICQ), thus for me, the space was kind of a "forbidden" character in passwords. Now, I have a function (CNG based) to generate passwords from all the ASCII printable characters (33 to 126).

Thanks a lot for your input. However I can't do it right now and it still needs to validate quotes and properly escape them. I guess it'll be something along the lines of:

    quote := Chr(34)
    if (InStr(bwPass, quote))
    {
        bwPass := StrReplace(bwPass, quote, quote quote)
    }
    login := "login " bwUser A_Space quote bwPass quote

from bitwarden-autotype.

Christoph-AK avatar Christoph-AK commented on May 28, 2024

the space was kind of a "forbidden" character in passwords.

That is why I like to use the thing in passwords so much, most people wouldn't think of trying it out and it makes for easy to remember, but long passwords 😄

Thanks for developing this!

from bitwarden-autotype.

anonymous1184 avatar anonymous1184 commented on May 28, 2024

Latest release takes care of this an much more.

from bitwarden-autotype.

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.