Skip to content

Instantly share code, notes, and snippets.

View shadz3rg's full-sized avatar
🏠
Working from home

Oleg Aleksandrovich shadz3rg

🏠
Working from home
  • Russia, Volgograd
View GitHub Profile
<?php
use Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder;
$encoder = new MessageDigestPasswordEncoder();
echo $encoder->encodePassword('foo', '');
// 5FZ2Z8QIkA7UTZ4BYkoC+GsReLf569mSKDsfods6LYQ8t+a8EW9oaircfMpmaLbPBh4FOBiiFyLfuZmTSUwzZg==