wygenerowane w pluginie:
$SHA$ffe22185d71065fb$57202d6d3ec77beb0a6f4da923399d2e7e20ed6230b6e551a8e7b0fe4ddb15ea
wygenerowane w php:
465a175905224e1535075b5a893843e5ef60db3cf1c4645e527ce4ee8df51f30
to jest to samo hasło niby w tym samym.
w opisie znalazłem coś takiego:
String salt = randomString(length:16); String encryptedPassword = "$SHA$" + salt + "$" + sha256(sha256(password) + salt);