File: control

package info (click to toggle)
yapet 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,868 kB
  • sloc: cpp: 32,400; sh: 5,014; makefile: 880; ansic: 36; sed: 16
file content (25 lines) | stat: -rw-r--r-- 790 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: yapet
Section: utils
Priority: optional
Maintainer: Salvatore Bonaccorso <carnil@debian.org>
Build-Depends: debhelper-compat (= 12),
 gettext,
 libargon2-dev,
 libcppunit-dev,
 libncurses5-dev,
 libssl-dev,
 pkg-config
Standards-Version: 4.3.0
Homepage: https://yapet.guengel.ch/
Vcs-Browser: https://salsa.debian.org/carnil/yapet
Vcs-Git: https://salsa.debian.org/carnil/yapet.git
Rules-Requires-Root: no

Package: yapet
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Yet Another Password Encryption Tool
 Yapet is a curses based password encryption tool using the Blowfish
 encryption algorithm to store password records encrypted on disk. Its
 primary aim is to provide a safe way to store passwords in a file on
 disk while having a small footprint.