CatHole #3/Question
[Cathole #3] 문제 4번 - Shoveling
아즈키
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
이 문제 대해 하실 말씀이 있으시면 밑에 답글 다세요. // 답이나 힌트는 올리지 마세요.