summaryrefslogtreecommitdiffstats
path: root/misc/hashkill/README
diff options
context:
space:
mode:
author Gabriel Magno <gabrielmagno1@gmail.com>2013-12-24 11:01:59 +0100
committer Robby Workman <rworkman@slackbuilds.org>2013-12-25 15:06:02 -0600
commit23c535224ff0539d59af42179f05010a2f616652 (patch)
tree92277a64ff90942daa0f9f66c621b512b1fda536 /misc/hashkill/README
parent479e95f80efd044f31a1c18bdb5aace53dbbc13a (diff)
downloadslackbuilds-23c535224ff0539d59af42179f05010a2f616652.tar.gz
slackbuilds-23c535224ff0539d59af42179f05010a2f616652.tar.xz
misc/hashkill: Added (multithreaded password recovery tool).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/hashkill/README')
-rw-r--r--misc/hashkill/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/misc/hashkill/README b/misc/hashkill/README
new file mode 100644
index 0000000000..63ac76680c
--- /dev/null
+++ b/misc/hashkill/README
@@ -0,0 +1,28 @@
+Hashkill is an open-source password recovery tool.
+
+Features:
+
+- Multi-threaded so that it can benefit from multi-core/multi-CPU
+ systems
+- SSE2/AVX/XOP/AES-NI-accelerated routines to achieve high speeds on
+ modern x86 CPUs
+- Very powerful rule engine plus optimized bruteforce/markov codepaths
+ for fast algos.
+- More than 60 plugins for different types of passwords (ranging from
+ simple hashes like MD5 and SHA1 to WPA, passworded RAR files, MS
+ Office documents and TrueCrypt volumes)
+- Supports session save/restore. Sessions are auto-saved each 3
+ seconds. Password cracking can resume after the last checkpoint in
+ case the program is stopped/killed/system crashes/power down/etc.
+- Multi-hash support
+- Fast GPU support on both Nvidia and AMD. GCN and Kepler architecture
+ supported.
+- Multi-GPU support (even AMD+NVidia systems).
+- Session save/restore, markov/rule/bruteforce also on GPUs.
+
+Optional dependencies:
+
+For GPU support and kernel compilation:
+
+ - proprietary AMD/NVidia drivers
+ - opencl-headers