Skip to content

Conversation

@nxvl
Copy link
Owner

@nxvl nxvl commented Aug 3, 2019

Chapter 3: Weak Password Storage

Requirement

Now that we know our DB is working, it's time to start creating some users. We should have a signup account that create the user.

Development

We create a signup page, a user model and start taking in new users.

Vulnerability

Since we are not thoughtful on what we are doing, we are storing the passwords in plain text. Meaning anyone with access to our DB, or exploiting an SQL injection, as shown in previous chapter, can easily get any user password.

@nxvl nxvl changed the title Chapter 3.1: Weak password storage - fix Chapter 3.1: Weak password storage - code Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants