8c5e1963a4
of 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
16 lines
357 B
Makefile
16 lines
357 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/10/17 22:17:47 pettai Exp $
|
|
#
|
|
|
|
DISTNAME= scrypt-1.1.6
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://www.tarsnap.com/scrypt/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= https://www.tarsnap.com/scrypt/
|
|
COMMENT= The scrypt encryption utility
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|