File: control

package info (click to toggle)
scrypt 1.1.6%2Bsvn31-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 300 kB
  • ctags: 172
  • sloc: ansic: 2,155; makefile: 88
file content (21 lines) | stat: -rw-r--r-- 961 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
Source: scrypt
Section: utils
Priority: optional
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libssl-dev
Standards-Version: 3.9.5
Homepage: http://www.tarsnap.com/scrypt.html
Vcs-Git: git://anonscm.debian.org/collab-maint/scrypt.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/scrypt.git

Package: scrypt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: File encryption utility using scrypt for key derivation
 A simple password-based encryption utility which demonstrates the
 scrypt key derivation function.  On modern hardware and with default
 parameters, the cost of cracking the password on a file encrypted by
 scrypt enc is approximately 100 billion times more than the cost of
 cracking the same password on a file encrypted by openssl enc; this
 means that a five-character password using scrypt is stronger than a
 ten-character password using openssl.