i need to manually add about 1000 user to my site with an sql query like this
INSERT INTO `users` VALUES (100, "username", "PASSWORD", "foo@example.com",0, 0, 0, '', '', 1167640169, 0, 0, 1, NULL, '', '', '', 'a:4:{s:6:"notify";i:0;s:6:"submit";s:18:"Create newt";s:10:"form_token";s:32:"5dc92155c1ecb6941f1c98dbe4c7b242";s:7:"form_id";s:13:"user_register";}');
but drupal expects the password column enyripted. how can i set password so that it is already enyripted like drupals' own.