Skip to content

Replacing hashing password scheme with something more robust #3576

Closed as not planned
@jsjoeio

Description

@jsjoeio

While hashing is a major step forward, the problem with this approach is that it still allows attackers who have access to the hash to just submit it as-is and gain access to code-server - effectively not very different from storing it in plaintext.

We should definitely look into replacing this with something more robust so that password hashing isn't just a placebo.

As security expert @oxy points out, our current approach for hashing the password and storing it in a cookie is more like a placebo-effect than a real security approach.

#3422 (comment)

Related:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSome improvement that isn't a featuresecuritySecurity related

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions