NAME
Mojolicious::Command::passphrase
VERSION
version 0.003
SYNOPSIS
Usage: myapp.pl passphrase <password>
The passphrase helper installed on your app will be used to generate the
crypted text. See Mojolicious::Plugin::Passphrase for more info.
# output password with your app's passphrase helper and settings
./myapp.pl passphrase password
DESCRIPTION
Mojolicious::Command::passphrase allows you to crypt a password using Crypt::Passphrase
via a Mojolicious::Command.
If you are using Mojolicious::Plugin::Passphrase, then this helper along with any settings you provided the plugin will be used to generate the crypted text:
# crypt using passphrase helper
./myapp.pl passphrase password
AUTHOR
Leon Timmermans <leont@cpan.org>
COPYRIGHT AND LICENSE
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.