Questions tagged [hash]

Questions related to hashes, hash values or hash codes that are returned by hash functions such as MD5, SHA-1 and SHA-256 and provide a simple way to check the integrity of a download.

A hash is any well-defined procedure or mathematical function that converts a large, possibly variable-sized amount of data into a small datum, usually a single integer representing the sum of the correct digits in a piece of stored or transmitted digital data, against which later comparisons can be made to detect errors in the data. The values returned by a hash function are called hash values, hash sums, checksums or simply hashes.

73 questions
19
votes
1 answer

"hash sum mismatch" error when doing update

I have just installed 16.04 LTS. However, I cannot update. $ sudo apt-get update Fetched 34,3 MB in 1h 51min 52s (5.110 B/s) Reading package lists... Done E: Failed to fetch…
dumadum
  • 223
15
votes
1 answer

Check hash (MD4, MD5, SHA-1, and CRC) on Ubuntu 12.04 and 12.10

I have a lot of iso-files downloaded from internet. I want to check the hash from my Ubuntu 12.04 and 12.10. Is there any application on Ubuntu to check the MD4, MD5, SHA-1, and CRC hash? I need the CRC hash-checker to check my Windows 8 iso files.
lambda23
  • 3,362
14
votes
3 answers

Are ubuntu packages (deb-files) only md5sum secured?

Introductory Background to the question below (so the question is more usable to more people) Inside of an Ubuntu/debian-style package (*.deb file) there is a file named /DEBIAN/md5sums which has a content of this…
12
votes
2 answers

How to generate randomart of anyfile?

We all know the ASCII randomart generated by ssh-keygen when creating or validating ssh public keys. We also know you can generate hashes of any file with sha1sum or md5sum. But, is it possible to generate randomart "ssh-keygen-style" from any file…
10
votes
4 answers

hash value on directory

I want to verify integrity of folder. The folder has so many files and folders. How to calculate hash value of directory as a whole on Ubuntu. md5sum calculate at only file level.
7
votes
3 answers

How to protect from CIA #Vault7-like attacks into Linux from Windows

Linux is compiled from open-source and thousands of developers would spot any malicious source code. However many Linux users dual boot Windows and malware / spyware / "spook"ware (CIA) software could hack the compiled binaries of Linux after a…
6
votes
1 answer

How to increase the number of hashing rounds for /etc/shadow?

I usually use long passwords for my machines, but I heard that it's possible to increase the number of hashing rounds and get the same security with a shorter one. How would I make my system use more rounds when hashing the password?
d33tah
  • 589
6
votes
2 answers

authconfig: command not found ubuntu

I'm trying to use hashcat to validate a hashing algorithm but keeping this error when using authconfig command. error: authconfig: command not found ubuntu Am I missing something? I haven't installed ldap but the server is configured as LAMP.
6
votes
4 answers

Is there a checksum utility equivalent to Hashtab for Windows?

I use Hashtab in Windows to compute the hash of a file. All I have to do is right click on the file, click properties and in the properties menu there would be a tab called Hash and it contains the hash of the file in different formats like MD5,…
Ufoguy
  • 1,268
5
votes
2 answers

Error CL_PLATFORM_NOT_FOUND_KHR in running HashCat 4.0.1

I've downloaded HashCat 4.0.1 form its official website. Running it show following error: root@mstehr:~/hashcat-4.0.1# ./hashcat64.bin -I hashcat (v4.0.1) starting... clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR I'm using Ubuntu 14.04. I can run…
mstehr
  • 53
4
votes
1 answer

How can I verify Lubuntu ISOs?

I want to download and verify the ISO of lubuntu. The problem is I can't find a secure channel in the first place. The official ISO here is being downloaded with http (not https). Of course I can download and then verify the hash, but the only place…
Jona
  • 143
4
votes
1 answer

Ubuntu 16.04 LTS Failed to fetch / Hash Sum mismatch

Here's what I keep getting when I sudo apt update Hit:1 http://archive.canonical.com/ubuntu xenial InRelease Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease Get:3 http://security.ubuntu.com/ubuntu xenial-security…
4
votes
1 answer

How do I generate a 'Hash-Code' for a document or photograph?

I want to generate a 'Hash-Code' for a document and a photograph. How do I do this please?
3
votes
1 answer

How to search for files through hashsums

I search for files often in my files system by either using the tree command and grep, or the find command, but recently I downloaded some content from a site, but forgot where I saved it, now I know that SHA256sum of it, but I do not know it's…
user364819
3
votes
2 answers

Is there an alternative for the Windows software "hashcheck" in Ubuntu?

hashcheck checks for matches of many common hash codes. (See http://code.kliu.org/hashcheck/) Is there an alternative for this software for Windows on Ubuntu?
Unknown
  • 333
1
2 3 4 5