2005. 8. 4. 23:15
보시면 아시겠지만 엠모다섯이라는 겁니다.
힌트를 드리자면...
( strlen($password) == 5 ) = true;
lowercase 4 + numeral 1. (but the order is random.)
( $password[3] == 'k' ) = true;
Last charater is first consideration. (is nonsense.)
( is_numeric($password[0]) ) = false;
문제 : http://azki.org/cathole3/quest.php?q=4
랭크 : http://azki.org/cathole3/rank.php?t=q&q=4
코멘트 : http://azki.org/cathole3/rank.php?t=c&q=4
이 문제 대해 하실 말씀이 있으시면 밑에 답글 다세요. // 답이나 힌트는 올리지 마세요.
힌트를 드리자면...
( strlen($password) == 5 ) = true;
lowercase 4 + numeral 1. (but the order is random.)
( $password[3] == 'k' ) = true;
Last charater is first consideration. (is nonsense.)
( is_numeric($password[0]) ) = false;
문제 : http://azki.org/cathole3/quest.php?q=4
랭크 : http://azki.org/cathole3/rank.php?t=q&q=4
코멘트 : http://azki.org/cathole3/rank.php?t=c&q=4
이 문제 대해 하실 말씀이 있으시면 밑에 답글 다세요. // 답이나 힌트는 올리지 마세요.
'CatHole #3 > Question' 카테고리의 다른 글
[Cathole #3] 문제 6번 - Hard Math Question (4) | 2005.08.05 |
---|---|
[Cathole #3] 문제 5번 - Cyworld Diary (4) | 2005.08.05 |
[Cathole #3] 문제 3번 - Simple JS (0) | 2005.08.04 |
[Cathole #3] 문제 2번 - What is GET? (0) | 2005.08.04 |
[Cathole #3] 문제 1번 - Math Question 1+1 (0) | 2005.08.04 |