Giter VIP home page Giter VIP logo

Comments (2)

alandekok avatar alandekok commented on July 1, 2024

I've bumped the limits for password to 128, and secrets to 256.

The RFCs are vague and confused about the secret. The reference you quoted could mean almost anything.

Realistically, a secret of more than about 32 bytes is useless. You could use base32 encoding and a 32-character secret to get 2^160 possible secrets. That's something nobody can crack.

The only reason to have a longer secret is to have a worse one. i.e. one which is easier to remember, and is therefore easier to guess.

from freeradius-client.

pem avatar pem commented on July 1, 2024

Thank you. Yes, I see no point in having such a long one either, which is the reason we didn't discover it ourselves in testing.

But customers do weird things, and I think it's an automated system, no human interaction, so remembering it isn't an issue for them.

from freeradius-client.

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.