8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8da96 commit a56d262Copy full SHA for a56d262
src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php
@@ -14,7 +14,9 @@
14
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
15
16
/**
17
- * PlaintextPasswordEncoder does not do any encoding.
+ * PlaintextPasswordEncoder does not do any encoding but is useful in testing environments.
18
+ *
19
+ * As this encoder is not cryptographically secure, usage of it in production environments is not recommended.
20
*
21
* @author Fabien Potencier <fabien@symfony.com>
22
*/
0 commit comments