Authen::SASL::Perl::SCRAM_SHA_256 - SCRAM-SHA-256 support for Authen::SASL
Contents
Bugs
Please report bugs via <https://github.com/ehuelsmann/authen-sasl-scram/issues>.
Copyright
Copyright (c) 2023 Erik Huelsmann. All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
perl v5.36.0 2023-08-09 Authen::SASL::Perl::SCRAM_SHA_256(3pm)
Name
Authen::SASL::Perl::SCRAM_SHA_256 - SCRAM-SHA-256 support for Authen::SASL
See Also
Authen::SASL, Authen::SASL::SCRAM, Authen::SCRAM
Synopsis
# with Authen::SASL::SCRAM installed
use Authen::SASL;
my $client = Authen::SASL->new(
username => 'user',
password => 'pass',
mechanism => 'SCRAM-SHA-256'
);
# authenticates using SCRAM SHA-256 hash
Version
0.04
