scrypt 1.2.1-2 source package in Ubuntu

Changelog

scrypt (1.2.1-2) unstable; urgency=medium

  * bump to debhelper 11
  * add gbp.conf
  * secure some URLs

 -- Barak A. Pearlmutter <email address hidden>  Mon, 05 Mar 2018 16:20:07 +0000

Upload details

Uploaded by:
Barak A. Pearlmutter
Uploaded to:
Sid
Original maintainer:
Barak A. Pearlmutter
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
scrypt_1.2.1-2.dsc 1.8 KiB bdb8f96ec43df133316922356f34312667f5952877848d6da739fbf353f3a54b
scrypt_1.2.1.orig.tar.gz 124.6 KiB 4621f5e7da2f802e20850436219370092e9fcda93bd598f6d4236cce33f4c577
scrypt_1.2.1-2.debian.tar.xz 11.3 KiB 622c575caf9689d0eeaebfa3c85bc256a8f6e740f90177c6c7e8268679b752db

No changes file available.

Binary packages built by this source

scrypt: 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.

scrypt-dbgsym: debug symbols for scrypt