Scroll to navigation

Authen::SASL::Perl::SCRAM_SHA_256(3pm) User Contributed Perl Documentation Authen::SASL::Perl::SCRAM_SHA_256(3pm)

NAME

Authen::SASL::Perl::SCRAM_SHA_256 - SCRAM-SHA-256 support for Authen::SASL

VERSION

0.04

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

BUGS

Please report bugs via <https://github.com/ehuelsmann/authen-sasl-scram/issues>.

SEE ALSO

Authen::SASL, Authen::SASL::SCRAM, Authen::SCRAM

AUTHOR

Erik Huelsmann <ehuels@gmail.com>

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.

2023-08-09 perl v5.36.0