The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Authen::SASL::Perl::SCRAM_SHA_512 - SCRAM-SHA-512 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-512'
   );
   # authenticates using SCRAM SHA-512 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.