File: control

package info (click to toggle)
mcrypt 2.6.8-1.3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,984 kB
  • ctags: 611
  • sloc: sh: 9,643; ansic: 6,271; makefile: 54; sed: 16
file content (25 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download | duplicates (2)
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: mcrypt
Section: utils
Priority: optional
Maintainer: RISKO Gergely <risko@debian.org>
Standards-Version: 3.8.1
Homepage: http://mcrypt.sourceforge.net/
Vcs-Browser: http://git.debian.org/?p=collab-maint/mcrypt.git;a=summary
Vcs-Git: git://git.debian.org/collab-maint/mcrypt.git
Build-Depends: libmcrypt-dev (>= 2.5.8), libmhash-dev (>= 0.8.16), debhelper (>= 7.0.50), zlib1g-dev, bzip2, gettext

Package: mcrypt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, bzip2
Description: Replacement for old unix crypt(1)
 mcrypt is a crypting program, intended to be replacement for the old
 unix crypt(1).  But it can do a lot more, since with its libmcrypt
 library it can encrypt and decrypt with the following alogirhtms:
 BLOWFISH, TWOFISH, DES, TripleDES, 3-WAY, SAFER-sk64, SAFER-sk128,
 SAFER+, OKI97, GOST, RC2, RC6, MARS, IDEA, RIJNDAEL-128,
 RIJNDAEL-192, SERPENT, RIJNDAEL-256, CAST-128 (known as CAST5),
 CAST-256, ARCFOUR, ENIGMA, PANAMA, XTEA and WAKE.
 .
 Please note that this package is buggy and unmaintained by
 the upstream authors.  If you can, please look for other
 implementations (openssl, gnutls, gnupg).