-
As described in: https://www.cyberciti.biz/security/howto-linux-hard-disk-encryption-with-luks-cryptsetup-command/
Bitcoin Core does not encrypt public addresses and transactions, it is a potential…
-
greetings, I tried to decrypt my luks2 hard drive, I came across this issue, I ran bruteforce-luks as root, still getting this error, I cloned the drive used the header but still the same issue, can a…
-
This is a feature request. Would like to propose gathering the following additional LUKS/NBDE data/configs via block.py:
```
lsblk = self.collect_cmd_output("lsblk -f -a -l")
# fo…
-
There may be more than one LUKS disk on the system. Be great if they could be suspended/resumed as well. Those disks would be entries in `/etc/crypttab`.
-
```
It would be really nice if cryptsetup could keep a second copy of the LUKS
header at the END of the container. Should probably be an optional thing but
on by default. One concern with this wou…
-
```
Is it possible to start thinking about plausible deniability support for
LUKS? SOmething similar TrueCrypt already has?
```
Original issue reported on code.google.com by `matej.ko...@gmail.com` o…
-
```
Hi Chris, I wrote you a FB message, but not everyone check's their FB messages,
so I thought I'd open an issue.
I'm trying to dictionary attack my own LUKS volume that I forgot the password
to,…
-
LUKS is able to create/open a disk image/ file, so please add disk image supports by add `S_ISREG` checking here
https://github.com/ansible-collections/community.crypto/blob/d0d99c31b0001f3df9828ca…
ba0f3 updated
2 years ago
-
I've created shell scripts which are intended to automate the steps described at:
https://reckoning.dev/blog/ubuntu-btrfs-guide/
The installation process and the scripts can be found in this very …
-
Heyhey thanks for making this great piece of tech :)
I've been trying to use ansible to auto-unlock a system.
Is there a way to do so?
So far I've tried `echo "passPhrasexxx" | ssh root@example…