perl-App-Genpass

Quickly and easily create secure passwords

If you've ever needed to create 10 (or even 10,000) passwords on the fly with varying preferences (lowercase, uppercase, no confusing characters, special characters, minimum length, etc.), you know it can become a pretty pesky task. This module makes it possible to create flexible and secure passwords, quickly and easily. use App::Genpass; my $genpass = App::Genpass->new(); my $single_password = $genpass->generate(1); # returns scalar my @single_password = $genpass->generate(1); # returns array my @multiple_passwords = $genpass->generate(10); # returns array again my $multiple_passwords = $genpass->generate(10); # returns arrayref This distribution includes a program called *genpass*, which is a command line interface to this module. If you need a program that generates passwords, use *genpass*.

Tidak ada paket resmi yang tersedia untuk openSUSE Leap 15.5

Distribusi

openSUSE Tumbleweed

openSUSE Leap 15.6

openSUSE Leap 15.5

Distribusi yang tak didukung

Distribusi berikut ini tidak didukung secara resmi. Gunakan paket ini dengan risiko Anda sendiri.