aboutsummaryrefslogtreecommitdiff
path: root/security/py-scrypt
Commit message (Collapse)AuthorAgeFilesLines
* Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26Rene Ladan2016-11-131-2/+0
| | | | Notes: svn path=/head/; revision=426059
* - Update py-scrypt to 0.8.0Carlos J. Puga Medina2016-09-222-3/+4
| | | | | | | | | | PR: 212787 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Notes: svn path=/head/; revision=422639
* security/py-scrypt: Document SSL requirement and define its flagsJohn Marino2016-09-111-1/+3
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421802
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* This is is a set of Python bindings for the scrypt key derivation function.Martin Wilke2016-01-113-0/+39
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> Notes: svn path=/head/; revision=405767