summaryrefslogtreecommitdiff
path: root/security/hashcat/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/hashcat: unbreak on -CURRENT after GNU qsort_rXin LI2022-09-301-0/+33
| | | | | | PR: ports/266227 Exp-run by: antoine Approved by: portmgr
* security/hashcat: upgrade to 6.2.6Stefan Eßer2022-09-022-6/+26
| | | | | This release adds new backend support for Metal, the OpenCL replacement API on Apple, many new hash-modes, and some bug fixes.
* security/hashcat: Fix build on aarch64Mikael Urankar2022-03-251-0/+34
| | | | | | Same fix as archivers/7-zip Approved by: portmgr (build fix blanket)
* security/hashcat: remove redifinition warningsStefan Eßer2022-03-231-0/+13
| | | | | Duplicate identical type definitions of INT_PTR and UINT_PTR did cause benign compiler warnings.
* security/hashcat: update to version 6.2.1Stefan Eßer2021-05-161-12/+0
|
* security/hashcat: update to version 6.2.0Stefan Eßer2021-05-151-0/+26
|
* security/hashcat: fix build on powerpc64lePiotr Kubaj2020-10-181-0/+12
| | | | | | | Don't include altivec.h when using clang, build breaks then. Notes: svn path=/head/; revision=552613
* update security/hashcat to 4.1.0Nikolai Lifanov2018-02-211-11/+0
| | | | | | | | This update brings new algorithms and performance improvements. Release announcement: https://hashcat.net/forum/thread-7317.html Notes: svn path=/head/; revision=462539
* update security/hashcat to 4.0.1Nikolai Lifanov2017-11-081-6/+6
| | | | | | | | | | This is a bugfix release. Changes: https://github.com/hashcat/hashcat/blob/v4.0.1/docs/changes.txt Reported by: Royce Williams (via private email) Notes: svn path=/head/; revision=453742
* update security/hashcat to 4.0.0Nikolai Lifanov2017-10-291-0/+11
| | | | | | | | | | | This is a major release that updates all kernels to support password and salt length up to 256 characters. Previous hand-optimized kernels are still available but only support passwords up to 32 characters. Changes: https://hashcat.net/forum/thread-6965.html Notes: svn path=/head/; revision=453139
* update security/hashcat to 3.30Nikolai Lifanov2017-01-092-29/+0
| | | | | | | | | | | | | | This version separates hashcat into thin binary and shared library. Changelog: https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes.txt Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9080 Notes: svn path=/head/; revision=430954
* security/hashcat: batch of small fixesNikolai Lifanov2016-12-301-47/+7
| | | | | | | | | | | | | | | o fix shebang on sample bash completion installer o respect ${CC} o fix gsed dependency o switch to a simpler Makefile patch that was merged upstream Reported by: AMDmi3 (shebang issue) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D8984 Notes: svn path=/head/; revision=429996
* Update to 3.20Matthew Seaman2016-12-032-0/+69
| | | | | | | | | | ChangeLog: https://raw.githubusercontent.com/hashcat/hashcat/v3.20/docs/changes.txt PR: 215017 Submitted by: lifanov@mail.lifanov.com (maintainer) Notes: svn path=/head/; revision=427605
* Update to 3.10Matthew Seaman2016-08-195-166/+0
| | | | | | | | | | | | Upstream have included our local patches. ChangeLog: https://raw.githubusercontent.com/hashcat/hashcat/v3.10/docs/changes.txt PR: 211998 Submitted by: lifanov@mail.lifanov.com (maintainer) Notes: svn path=/head/; revision=420475
* Upgrade to 3.00Matthew Seaman2016-07-116-95/+166
| | | | | | | | | | | | | | | | This is a major rewrite that combines the codebases of the former hashcat (running on the main CPU) and oclHashcat (running on the GPU). Because of the extent of the changes, the previous version will still remain available, renamed to 'hashcat-legacy' (following upstream) ChangeLog: https://github.com/hashcat/hashcat/releases/tag/v3.00 PR: 210873 Submitted by: lifanov@mail.lifanov.com (maintainer) Notes: svn path=/head/; revision=418409
* Hashcat is an advanced CPU-based password recovery utility for FreeBSD,Dmitry Marakasov2015-12-291-0/+95
Windows 7/8/10, Apple OS X, and GNU/Linux, supporting seven unique modes of attack for over 100 optimized hashing algorithms. WWW: https://hashcat.net/hashcat/ PR: 205160 Submitted by: lifanov@mail.lifanov.com Notes: svn path=/head/; revision=404760