in reply to Re: pure Perl SHA-256 crypt()
in thread pure Perl SHA-256 crypt()
I finally found one in Crypt::Passwd::XS::unix_sha256_crypt() , it is not pure Perl but portable enough for my needs. It is based on the reference C implementation linked by moritz