Skip to main content

Questions tagged [hashsum]

Questions related to hashes, hash values or hash codes that are returned by hash functions such as SHA-1.

0 votes
0 answers
28 views

I know that crypt in glibc has ${scheme_token}$ at the start of the hashes in /etc/shadow that can be used to infer the scheme, but dovecot has the actual name of the hashing scheme used included as a ...
Alexx Roche's user avatar
-2 votes
3 answers
159 views

I need a part for a script in bash where hashes are generated automaticaly and continuously and when I press a key the generation stops and the last hash at which I stopped is displayed. I've cobbled ...
Orhan's user avatar
  • 65
2 votes
2 answers
1k views

On Kubuntu Linux, The Google Chrome browser adds a checksum to the file, preventing simply editing the file by hand. So I'm writing a script to add the checksum. $ cat .config/google-chrome/Default/...
dotancohen's user avatar
  • 16.5k
0 votes
0 answers
128 views

Is it possible to check the tarball's files sha256sums without first extracting to disk? I have this file: $ cat cathy.sha256 \SHA256 (atypical\nfilename) = ...
leetbacoon's user avatar
2 votes
1 answer
133 views

I have: A checksum.txt file which contains many lines of checksums of single files from a mountpoint in a huge directory, which mounted and then it disconnected, thereby not finishing the checksum....
Sir Muffington's user avatar
0 votes
1 answer
191 views

I just installed Debian 12 Bookworm for the first time. apt will not install gparted. There is a hashes mismatch error : $ sudo apt install gparted Reading package lists... Done Building dependency ...
cardamom's user avatar
  • 704
0 votes
1 answer
4k views

So I am trying to calculate a SHA1 digest (and base64 encode it) for an attachment I received so it matches their (base64 encoded) digest. Using ChatGPT, I was able to use the command below to succeed....
geckels1's user avatar
  • 173
0 votes
0 answers
54 views

I have the following line in my /etc/shadow file (SALT and HASHED_PASSWORD are not real values for obvious reason). And I understand $6 means SHA512 is used. testuser:$6$SALT$HASHED_PASSWORD:19591:0:...
DrizzleX's user avatar
  • 175

15 30 50 per page
1
2 3 4 5
20