File: control

package info (click to toggle)
golang-github-nebulouslabs-entropy-mnemonics 0.0~git20181203.bc7e13c-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,394 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
Source: golang-github-nebulouslabs-entropy-mnemonics
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Free Ekanayaka <freee@debian.org>,
 Bjorn Dolk <debian@bjorndolk.com>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-go,
 golang-golang-x-text-dev,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nebulouslabs-entropy-mnemonics
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nebulouslabs-entropy-mnemonics.git
Homepage: https://github.com/nebulouslabs/entropy-mnemonics
XS-Go-Import-Path: github.com/NebulousLabs/entropy-mnemonics

Package: golang-github-nebulouslabs-entropy-mnemonics-dev
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 golang-go,
 golang-golang-x-text-dev,
Description: Human readable entropy.
 This Go library converts byte slices into human-friendly phrases.
 .
 The primary purpose is to assist with the generation of
 cryptographically secure passwords. The threshold for a cryptographically
 secure password is between 128 and 256 bits, which when converted to
 base64 is 22-43 random characters. Random characters are both difficult to
 remember and subject to error when spoken or written down; slurring or
 sloppy handwriting can make it difficult to recover a password.