aboutsummaryrefslogtreecommitdiff
path: root/security/py-scrypt
Commit message (Collapse)AuthorAgeFilesLines
* security/py-scrypt: Update 0.8.7 -> 0.8.13Yuri Victorovich2019-02-232-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=493652
* security/py-scrypt: Update 0.8.6 -> 0.8.7Yuri Victorovich2019-02-032-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=492076
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* security/py-scrypt: Update to 0.8.6Yuri Victorovich2018-02-092-4/+4
| | | | | | | | | | | See changelogs: https://bitbucket.org/mhallin/py-scrypt/src/a0801ed84b4e274d28edcfb547d52030bd5df331/README.rst Reported by: portscout Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461320
* Canonicalize PyPi WWWs:Dmitry Marakasov2018-02-081-1/+1
| | | | | | | | | | - Switch to https:// - Remove trailing slashes Approved by: portmgr blanket Notes: svn path=/head/; revision=461265
* security/py-scrypt: Update to 0.8.3Yuri Victorovich2018-02-082-7/+5
| | | | | | | | | | | | | | Change log: https://bitbucket.org/mhallin/py-scrypt/src Additional changes: * Updated MAINTAINER e-mail Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14249 Notes: svn path=/head/; revision=461200
* 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