JinnyLyn / BUFS_S-BitUnited_Worm

부산외대 S-Bit United 동아리 Worm조 활동
1 stars 1 forks source link

Password checker name checking function needs improvement #3

Open JinnyLyn opened 3 weeks ago

JinnyLyn commented 3 weeks ago

name could be entered in Korean and English. If entered in Korean, the chk() function will go for a literal comparison, which won't catch cases of passwds that is written in English. Please think more about chk() function, mainly the name comparison. Should it be case sensitive? Do I need to code a part that translates Korean input into English name and compare it after?

donggeunlee96 commented 4 days ago

Could you please include the relevant code as well?

JinnyLyn commented 3 days ago

@donggeunlee96 no