Group
Extension

Matches 2

WWW-KeePassHttp ( P/PE/PETERCJ/WWW-KeePassHttp-0.020.tar.gz, PETERCJ, 2021; MetaCPAN )
WWW-KeePassHttp/lib/WWW/KeePassHttp.pm ( view source; MetaCPAN )
t, s//r
use warnings;

use MIME::Base64;
use Crypt::Mode::CBC;
use HTTP::Tiny;
use JSON;   # will use JSON::XS when available
use Time::HiRes qw/gettimeofday sleep/;
use MIME::Base64;
use Car
 optionally use _sss instead, for alpha sub-releases

my $dumpfn;
BEGIN {
    $dumpfn = sub { JSON->new->utf8->pretty->encode($_[0]) } # hidden from podcheckers and external namespace
}

=pod
ions>.

It then encodes the request into the JSON payload, and
sends that request to the KeePassHttp plugin, and gets the response,
decoding the JSON content back into a Perl hashref.  It verifies
WWW-KeePassHttp ( P/PE/PETERCJ/WWW-KeePassHttp-0.020.tar.gz, PETERCJ, 2021; MetaCPAN )
WWW-KeePassHttp/lib/WWW/KeePassHttp/Entry.pm ( view source; MetaCPAN )
t, s//r
use warnings;

use MIME::Base64;
use Crypt::Mode::CBC;
use HTTP::Tiny;
use JSON;   # will use JSON::XS when available
use Time::HiRes qw/gettimeofday sleep/;
use MIME::Base64;
use Car

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.