> ## Documentation Index
> Fetch the complete documentation index at: https://docs.josbert.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Generación de password en symfony

```php theme={null}
php bin/console security:encode-password 'your_plain_password'
```

# Output

```
Symfony Password Encoder Utility
================================

 ------------------ --------------------------------------------------------------- 
  Key                Value                                                          
 ------------------ --------------------------------------------------------------- 
  Encoder used       Symfony\Component\Security\Core\Encoder\BCryptPasswordEncoder  
  Encoded password   $2y$13$YUn4MkkXlTVlPUKfZftkKOaMEOdLd7eK8DRrz4hY/V6GXu5.6f7zS   
 ------------------ ---------------------------------------------------------------
```
