- PHP
-
2008-06-02 - 更新:2015-11-07
<?php $id = "test"; $password = "test"; $sal = substr($id, 0, 2); $password_crypted = crypt($password, $sal); ?>
1,448 views




