| Authen::SASL::Perl::SCRAM_SHA_256(3pm) | User Contributed Perl Documentation | Authen::SASL::Perl::SCRAM_SHA_256(3pm) |
Authen::SASL::Perl::SCRAM_SHA_256 - SCRAM-SHA-256 support for Authen::SASL
0.04
# 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
Please report bugs via <https://github.com/ehuelsmann/authen-sasl-scram/issues>.
Authen::SASL, Authen::SASL::SCRAM, Authen::SCRAM
Erik Huelsmann <ehuels@gmail.com>
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.
| 2023-08-09 | perl v5.36.0 |