X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FGroupBundle%2FService%2FSha256Salted.php;fp=src%2FWallabag%2FGroupBundle%2FService%2FSha256Salted.php;h=c72486ad74225a3bd42a0047dd835aef23d58880;hb=2041810adbc6e663e4520337805c0003c77762e2;hp=0000000000000000000000000000000000000000;hpb=b115623e2c536bcfd59760347f22b4d70e1d0661;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/GroupBundle/Service/Sha256Salted.php b/src/Wallabag/GroupBundle/Service/Sha256Salted.php new file mode 100644 index 00000000..c72486ad --- /dev/null +++ b/src/Wallabag/GroupBundle/Service/Sha256Salted.php @@ -0,0 +1,18 @@ +encodePassword($raw, $salt); + } +}