This was an earlier attempt at setting up a Git project with Jetty and H2 for COMP 210 lab work on SQL injection and password hashing
db | 5 months ago | ||
src/ main | 5 months ago | ||
.gitignore | 1 year ago | ||
README.txt | 5 months ago | ||
build.gradle | 5 months ago | ||
gradlew | 5 months ago | ||
gradlew.bat | 5 months ago |
Starting lab project for COMP 210 crypto lab (derived from injection attack demo). The project has a simple user database with very insecure password storage practices. The database is managed using H2, and a Java servlet for handling user logins is provided.