Bug 206102 - [NEW PORT] security/py-scrypt: Bindings for the scrypt key derivation function library
Summary: [NEW PORT] security/py-scrypt: Bindings for the scrypt key derivation functio...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords: feature, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-01-10 14:57 UTC by Yuri Victorovich
Modified: 2016-01-11 07:29 UTC (History)
1 user (show)

See Also:


Attachments
shar archive (2.29 KB, text/plain)
2016-01-10 14:57 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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