technical_interview/Server/BackEnd/Services
2024-12-09 23:54:54 +00:00
..
IPasswordService.cs Initial commit, back end is working, front end is sending requests correctly but need to fix the state issues 2024-12-04 21:42:18 +00:00
PasswordService.cs Added comment to explain that pre-processing is basically cheating and that trees are a good answer here, could have done some weird hashing thing since lookup is instant, but since some of the common passwords can be similar, its riskier and for password handling risk is a BAD BAD BAD idea 2024-12-09 23:54:54 +00:00