-
Notifications
You must be signed in to change notification settings - Fork 34
/
NEWS
44 lines (34 loc) · 983 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Version 1.4.1
2024-03-01
Fix some possible deadlock and race condition.
Version 1.4.0
2019-11-18
Add support for LUKS2 volumes.
Version 1.3.2
2019-05-21
Fix possible segmentation fault.
Version 1.3.1
2017-07-21
Fix possible deadlock.
Version 1.3.0
2017-07-18
Add option to print progress info regularly.
Add option to restore/save state from/to a file.
Version 1.2.2
2016-11-27
Add bruteforcing speed and last tried password to progress info.
Version 1.2.1
2016-06-06
Fix mutex for dictionary mode.
Version 1.2.0
2016-01-08
Root privileges are not required anymore because cryptsetup is called in
dry-run mode which does not actually change device mapper configuration.
This should work under non-root user as long as the user can access the
device. You can e.g. copy LUKS header to a file and run the cracker on
this file.
$ dd if=/dev/source of=/tmp/luks-header bs=1M count=10
Version 1.1
2015-10-31
Version 1.0
2014-07-06