blob: 474a0df6290c84b658ec4c242a3df78d5cb7952f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Source: secpwgen
Section: utils
Priority: optional
Maintainer: Benjamin Barenblat <bbaren@mit.edu>
Build-Depends:
debhelper (>= 9),
hardening-wrapper,
libssl-dev
Standards-Version: 3.9.6
Homepage: http://zvrba.net/software/secpwgen.html
Package: secpwgen
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: secure passphrase generator
secpwgen allows you to generate secure passwords and passphrases using a
variety of schemes, including Diceware, S/KEY, and simple random number
generation. It uses OpenSSL to guarantee high-quality randomness, and it locks
memory to prevent secrets being leaked to swap.
|