Mojolicious-Plugin-Passphrase

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Securely hash and validate your passwords.",
   "author" : [
      "Leon Timmermans <leont@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Securely hash and validate your passwords.'
author:
  - 'Leon Timmermans <leont@cpan.org>'
build_requires:
  Crypt::Passphrase::Encoder: '0'
  Encode: '0'
  File::Spec: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Mojolicious::Lite: '0'
  Test::Mojo: '0'

README  view on Meta::CPAN

This archive contains the distribution Mojolicious-Plugin-Passphrase,
version 0.003:

  Securely hash and validate your passwords.

This software is copyright (c) 2023 by Leon Timmermans.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.


This README file was generated by Dist::Zilla::Plugin::Readme v6.029.

lib/Mojolicious/Plugin/Passphrase.pm  view on Meta::CPAN

		my ($c, @args) = @_;
		return $passphrase->needs_rehash(@args);
	});

	return;
}

1;


#ABSTRACT: Securely hash and validate your passwords.

__END__

=pod

=encoding UTF-8

=head1 NAME

Mojolicious::Plugin::Passphrase - Securely hash and validate your passwords.

=head1 VERSION

version 0.003

=head1 SYNOPSIS

 # Mojolicious::Lite

 # set your own cost



( run in 1.427 second using v1.01-cache-2.11-cpan-39bf76dae61 )