$this->faker->unique()->userName(), 'password' => crypt(random_bytes(16), '$1$salt$'), 'email' => $this->faker->unique()->safeEmail(), 'api_key' => bin2hex(random_bytes(32)), ]; } }