in java jBCrypt // Hash a password for the first time String hashed = BCrypt.hashpw(password, BCrypt.gensalt());. // gensalt's log_rounds ...
確定! 回上一頁