File: control

package info (click to toggle)
legacycrypt 0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: python: 224; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,110 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
26
27
28
29
30
31
32
Source: legacycrypt
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 eevelweezel <eevel.weezel@gmail.com>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 flit,
 python3-flit-scm,
 python3-packaging,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/legacycrypt
Vcs-Git: https://salsa.debian.org/python-team/packages/legacycrypt.git
Homepage: https://github.com/tiran/legacycrypt

Package: python3-legacycrypt
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: legacycrypt is a standalone version of
 https://docs.python.org/3/library/crypt.html
 This module implements an interface to the crypt(3) routine, which is
 a one-way hash function based upon a modified DES algorithm; see the
 Unix man page for further details. Possible uses include storing
 hashed passwords so you can check passwords without storing the actual
 password, or attempting to crack Unix passwords with a dictionary.