Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
passgen
> passgen.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File passgen.spec of Package passgen (Revision 2)
Currently displaying revision
2
,
show latest
Name: passgen Version: 1.2.0 Release: 1 License: Public Domain Group: Productivity/Security Summary: Password generator Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: grep %description CryptNET Passgen (passgen) is a password generator. It generates a list of password candidates for the user to choose from by mapping operating system sources of pseudorandomness into printable character arrays using a mod operation. It is capable of generating passwords composed of printable characters, alpha numeric characters, alphabetic characters, or numeric only characters. By default, passgen generates 14 character passwords. %prep %setup -n %{name}-%{version} %build %configure %__make %install %__make DESTDIR=%{buildroot} install %files %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/passgen.conf %{_bindir}/passgen %changelog