Bug 206102

Summary: [NEW PORT] security/py-scrypt: Bindings for the scrypt key derivation function library
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me CC: miwi
Priority: --- Keywords: feature, patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar archive none

Description Yuri Victorovich freebsd_committer freebsd_triage 2016-01-10 14:57:41 UTC
Created attachment 165363 [details]
shar archive

CAVEAT: Test suite is broken with missing dependency:
https://bitbucket.org/mhallin/py-scrypt/issues/21/test-breaks-importerror-no-module-named

But otherwise module should work fine.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2016-01-10 14:59:31 UTC
Passes poudriere build.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-01-11 07:29:43 UTC
A commit references this bug:

Author: miwi
Date: Mon Jan 11 07:29:17 UTC 2016
New revision: 405767
URL: https://svnweb.freebsd.org/changeset/ports/405767

Log:
  This is is a set of Python bindings for the scrypt key derivation function.

  Scrypt is useful when encrypting password as it is possible to specify a
  minimum amount of time to use when encrypting and decrypting. If, for example,
  a password takes 0.05 seconds to verify, a user won't notice the slight delay
  when signing in, but doing a brute force search of several billion passwords
  will take a considerable amount of time. This is in contrast to more
  traditional hash functions such as MD5 or the SHA family which can be
  implemented extremely fast on cheap hardware.

  WWW: https://pypi.python.org/pypi/scrypt/

  PR:		206102
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Changes:
  head/security/Makefile
  head/security/py-scrypt/
  head/security/py-scrypt/Makefile
  head/security/py-scrypt/distinfo
  head/security/py-scrypt/pkg-descr