Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
cryptsetup /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2017-09-27 17:58
AUTHORS
102
B
-rw-r--r--
2014-06-23 21:19
FAQ.gz
37.84
KB
-rw-r--r--
2014-06-24 17:55
NEWS.Debian.gz
3.57
KB
-rw-r--r--
2015-03-28 21:38
README.Debian.gz
5.37
KB
-rw-r--r--
2015-03-28 21:38
README.gnupg
1.59
KB
-rw-r--r--
2015-03-28 21:38
README.initramfs.gz
3.69
KB
-rw-r--r--
2015-03-28 21:38
README.keyctl
3.04
KB
-rw-r--r--
2015-03-28 21:38
README.openct.gz
2.34
KB
-rw-r--r--
2015-03-28 21:38
README.opensc.gz
2.23
KB
-rw-r--r--
2015-03-28 21:38
README.remote.gz
1.57
KB
-rw-r--r--
2015-03-28 21:38
changelog.Debian.gz
2.71
KB
-rw-r--r--
2017-09-06 12:08
copyright
2.09
KB
-rw-r--r--
2015-03-28 21:38
v1.0.7-ReleaseNotes
2.85
KB
-rw-r--r--
2012-02-07 18:50
v1.1.0-ReleaseNotes.gz
2.22
KB
-rw-r--r--
2012-02-07 18:50
v1.1.1-ReleaseNotes
1.75
KB
-rw-r--r--
2012-02-07 18:50
v1.1.2-ReleaseNotes
1.56
KB
-rw-r--r--
2012-02-07 18:50
v1.1.3-ReleaseNotes
482
B
-rw-r--r--
2012-02-07 18:50
v1.2.0-ReleaseNotes.gz
2.07
KB
-rw-r--r--
2012-02-07 18:50
v1.3.0-ReleaseNotes.gz
2.08
KB
-rw-r--r--
2012-02-07 18:50
v1.3.1-ReleaseNotes
421
B
-rw-r--r--
2012-02-07 18:50
v1.4.0-ReleaseNotes.gz
2.2
KB
-rw-r--r--
2012-02-07 18:50
v1.4.1-ReleaseNotes
889
B
-rw-r--r--
2012-02-07 18:50
v1.4.2-ReleaseNotes
1.59
KB
-rw-r--r--
2012-04-09 23:24
v1.4.3-ReleaseNotes
2.3
KB
-rw-r--r--
2012-06-12 13:23
v1.5.0-ReleaseNotes.gz
3.24
KB
-rw-r--r--
2012-07-10 13:09
v1.5.1-ReleaseNotes
1.26
KB
-rw-r--r--
2012-10-16 21:51
v1.6.0-ReleaseNotes.gz
3.73
KB
-rw-r--r--
2013-01-09 13:23
v1.6.1-ReleaseNotes
1.02
KB
-rw-r--r--
2013-03-24 10:01
v1.6.2-ReleaseNotes
985
B
-rw-r--r--
2014-03-15 08:45
v1.6.3-ReleaseNotes
1.82
KB
-rw-r--r--
2014-03-15 08:45
v1.6.4-ReleaseNotes
1.99
KB
-rw-r--r--
2014-03-15 08:45
v1.6.5-ReleaseNotes
2.42
KB
-rw-r--r--
2014-06-28 13:57
v1.6.6-ReleaseNotes
1.07
KB
-rw-r--r--
2014-08-16 11:13
Save
Rename
Cryptsetup 1.4.2 Release Notes ============================== Changes since version 1.4.1 * Add --keyfile-offset and --new-keyfile-offset parameters to API and CLI. These options can be used to skip start of keyfile or device used as keyfile. * Add repair command and crypt_repair() for known LUKS metadata problems repair. Some well-known LUKS metadata corruptions are easy to repair, this command should provide a way to fix these problems. Always create binary backup of header device before running repair, (only 4kB - visible header) for example by using dd: dd if=/dev/<LUKS header device> of=repair_bck.img bs=1k count=4 Then you can try to run repair: cryptsetup repair <device> Note, not all problems are possible to repair and if keyslot or some header parameters are overwritten, device is lost permanently. * Fix header check to support old (cryptsetup 1.0.0) header alignment. (Regression in 1.4.0) * Allow to specify --align-payload only for luksFormat. * Add --master-key-file option to luksOpen (open using volume key). * Support UUID=<LUKS_UUID> format for device specification. You can open device by UUID (only shortcut to /dev/disk/by-uuid/ symlinks). * Support password verification with quiet flag if possible. (1.2.0) Password verification can be still possible if input is terminal. * Fix retry if entered passphrases (with verify option) do not match. (It should retry if requested, not fail.) * Fix use of empty keyfile. * Fix error message for luksClose and detached LUKS header. * Allow --header for status command to get full info with detached header.