File: control

package info (click to toggle)
flask-bcrypt 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 304 kB
  • ctags: 68
  • sloc: python: 308; makefile: 112
file content (74 lines) | stat: -rw-r--r-- 2,531 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Source: flask-bcrypt
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Orestis Ioannou <orestis@oioannou.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all,
 python-bcrypt,
 python-flask,
 python-setuptools,
 python-sphinx,
 python3-all,
 python3-bcrypt,
 python3-flask,
 python3-setuptools,
 python3-sphinx,
Standards-Version: 3.9.7
Homepage: http://readthedocs.org/docs/flask-bcrypt/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-bcrypt.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-bcrypt.git

Package: python-flask-bcrypt
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Provides:
 ${python:Provides},
Description: Python 2 flask extension that provides bcrypt hashing utilities
 Due to the recent increased prevelance of powerful hardware,
 such as modern GPUs, hashes have become increasingly easy to crack.
 A proactive solution to this is to use a hash that was designed to be
 "de-optimized". Bcrypt is such a hashing facility; unlike hashing algorithms
 such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally
 structured to be slow.
 .
 This is a Python 2 package

Package: python3-flask-bcrypt
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Provides:
 ${python:Provides},
Description: Python 3 flask extension that provides bcrypt hashing utilities
 Due to the recent increased prevelance of powerful hardware,
 such as modern GPUs, hashes have become increasingly easy to crack.
 A proactive solution to this is to use a hash that was designed to be
 "de-optimized". Bcrypt is such a hashing facility; unlike hashing algorithms
 such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally
 structured to be slow.
 .
 This is a Python 3 package

Package: python-flask-bcrypt-doc
Architecture: all
Depends:
 ${misc:Depends},
Section: doc
Description: Flask extension that provides bcrypt hashing utilities (doc)
 Due to the recent increased prevelance of powerful hardware,
 such as modern GPUs, hashes have become increasingly easy to crack.
 A proactive solution to this is to use a hash that was designed to be
 "de-optimized". Bcrypt is such a hashing facility; unlike hashing algorithms
 such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally
 structured to be slow.
 .
 This package contains the HTML documentation.