Skip to main content

All Questions

0 votes
1 answer
330 views

Deploy encrypted password on Windows 10 without key

I've previously been using mkpasswd to encrypt a password on Linux, and piping it to chpasswd to set the password of a new user. I run mkpasswd standalone on a machine: $ printf "s£cr3t" | ...
Steve Folly's user avatar
  • 7,243
0 votes
1 answer
2k views

Kali Linux Hashing Algorithm

I'm a junior penetration tester student, learning many new things in cyber security and putting as much of it in practice as I can. I was practicing some hash identifying and cracking, and as I was ...
zeromeia's user avatar
0 votes
1 answer
907 views

Securing username and password passed as Environment variable

Username and Password are passed as plain text as environment variable while running a bash script from a existing process. using following command. sudo -u someuser USERNAME=abc PASSWORD=xyz /path/to/...
Saurabh Singh's user avatar
0 votes
1 answer
3k views

How to decrypt Google Chrome Login Data file (Linux)

My /home filesystem was corrupted due to a faulty SATA cable recently, and fsck sent a bunch of files to lost+found. After this, Google Chrome lost all remembered passwords. Fortunately, I had backed ...
Enter Display Name Here's user avatar
0 votes
4 answers
3k views

Increase Time to Brute Force Luks Full Disk Encryption

I want to increase the time it would take to brute force my full disc encryption. I’m on Ubuntu and encrypted with Luks on installation. I have read that I would use the following command to make it ...
user1164394's user avatar
3 votes
0 answers
483 views

Password prompt when accessing a personal certificate in Firefox

When importing a personal certificate (for digital signatures and identification on government websites) into Firefox I get asked for the password to decrypt the private key. However when using this ...
janvr's user avatar
  • 31
2 votes
0 answers
275 views

After unlocking the encrypted disks, my server enters emergency mode. I lost the root password to access it. Is there a way to reset it?

First off, I've been looking into this question for quite a while, but it seems that finding a solution in near impossible. So here's the deal: I have an encrypted LVM setup, multiple drives fused ...
dv4RqQUh's user avatar
6 votes
1 answer
6k views

GPG2 Asks for password even with --passphrase specified

I'm trying to script a gpg decryption, and as such need to provide the password on the command line. According to the man page, there are three ways to do this: read from a file using --passphrase-...
ibrewster's user avatar
  • 241
2 votes
1 answer
5k views

Ubuntu change the passphrase on a ecryptfs home directory

I'm having some trouble with ecryptfs. Here's what's happened so far: I had an encrypted home directory, via ecryptfs. It worked fine. I changed my username and moved my home directory. Porting the ...
So8res's user avatar
  • 1,519
3 votes
1 answer
2k views

Multiple encrypted LVM volumes with one password

I found a similar question here but it's only partially connected with my question. Currently I have one primary /boot partition and a single LVG1 group with 2 logical encrypted volumes - LV1 and LV2. ...
Archi's user avatar
  • 31
2 votes
1 answer
15k views

What is $1$ level encryption in crypt (/etc/shadow)

The first character after the user name in /etc/shaddow, is the type of encryption used. http://www.lamolabs.org/blog/10670/how-is-my-password-stored-in-linux/ So: $5$ means SHA256 $6$ means ...
spuder's user avatar
  • 10k
11 votes
2 answers
2k views

"Panic Password" on Linux

I run Linux on my netbook with an encrypted home directory (decrypted when I log in). One idea I had (partly from Cory Doctorow's Little Brother) was to have a password that I could enter which would ...
Elliot Hughes's user avatar