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.5.1 Release Notes ============================== Changes since version 1.5.0 * The libcryptsetup library now tries to initialize device-mapper backend and loop devices only if they are really needed (lazy initializations). This allows some operations to be run by a non-root user. (Unfortunately LUKS header keyslot operations still require temporary dm-crypt device and device-mapper subsystem is available only to superuser.) Also clear error messages are provided if running as non-root user and operation requires privileged user. * Veritysetup can be now used by a normal user for creating hash image to file and also it can create hash image if doesn't exist. (Previously it required pre-allocated space.) * Added crypt_keyslot_area() API call which allows external tools to get exact keyslot offsets and analyse content. An example of a tool that searches the keyslot area of a LUKS container for positions where entropy is low and hence there is a high probability of damage is in misc/kesylot_checker. (Thanks to Arno Wagner for the code.) * Optimized seek to keyfile-offset if key offset is large. * Fixed luksHeaderBackup for very old v1.0 unaligned LUKS headers. * Various fixes for problems found by a several static analysis tools.