#Checksum

Joshua TJ Ng 🐘@joshuatj@digipres.club 🐘joshuatj.bsky.social@bsky.brid.gy
2025-05-07

Jan: Fixity - property of being unchanged Checksum - it's like digital fingerprint ( #Fixity ✅ and #Checksum ✅ - #DigiPresBingo)

Seve_py :vim: :python:seve_py@fosstodon.org
2025-02-07

AFAIK, there's only one existing Vim plugin for buffer checksums, and it's quite old, relying heavily on terminal tools. I've developed a newer version using Vim9Script and the V language. Contributions and ideas are welcome. #Vim #VLang #Checksum #Programming #vim9script
github.com/sevehub/vchecksum.v

Seve_py :vim: :python:seve_py@fosstodon.org
2025-02-07

Quick question for my fellow Mac users: Is it true that there's no built-in CLI command to check a SHA256 checksum, and you need to install the entire GNU coreutils for that? 🤔 #MacOS #CLI #Checksum

Kevin Karhan :verified:kkarhan@infosec.space
2025-02-04

@samirx Granted AFAIK @tails_live / @tails / #Tails does some #signature and #Checksum checks to enshure it's integrity, as anything but the seperate #PersistentStorage partition is mounted #ReadOnly...

2025-01-24

Script validation with calc-sum and check-sum

tilvids.com/videos/watch/2314e

2025-01-07

Made good progress on my file integrity tools lately.

Calc-sum updates sha3-512 checksums in a hash-list.

When executing my scripts I can check the file integrity with check-sum while running. This is a security measure; sometimes I type in a file by accident without noticing. But now check-sum holds the script if the file has changed and the integrity check fails. For remote files this can of course also work as an extra security tool.

codeberg.org/oxo/tool

#linux #terminal #commandline #sha3 #file #integrity #security #checksum #tool

Gold gab ich für Eisennanoelquant@c.im
2024-11-13

After some #Thunderbird update, I've started to get notices about incorrect S/MIME signatures in emails which was previously marked as correct. The error message was obscure - something about an unknown issue.

No quick solution was found. After some time, I've tried again to figure out what is the problem, and this Czech article solved it: postsignum.cz/files/navody/thu

Shortly - Thunderbird dropped support of #SHA1 #checksum in #SMIME signatures and failed to provide any human-readable error message in that regard.

I believe it is a suboptimal behavior for a number of reasons:

1. I can't avoid getting emails from this source and can't make them upgrade their certificate, really. I have only a choice either to drop the signature check completely or rely on the substandard check. Obviously, in this situation I prefer rather to see the results of the check and probably some info that it is, actually, substandard.

2. Solving the problem needs to realize it first. An obscure error message is not too helpful.

3. Such incidents actually undermine the opinion about #cryptographic #signature check. If you see some error, your first though is not "it is probably a #MITM attack" but "probably something is broken in the signature check".

The possibility to fix everything is, however, good.

2024-08-19

Why is it so damn hard to do a checksum thing on linux mint? FFS. Is it just me? I tried following the instructions and it's like a bunch of steps and I can't even find the right place to get GnuPg.
I feel like I must be missing something.
#linux #linuxmint #checksum #ugh

2024-07-15

Have I made an error somewhere or is it about something else? @torproject #GetTor #checksum

2024-05-30

I published a DRAFT of my new article “Installing Alpine Mail on Windows (featuring Fastmail settings)”
ii.com/installing-alpine-mail-

#AlpineMail #Alpine-Mail #PC-Alpine #PCAlpine #WindowsAlpine #WinAlpine
#Checksum #Email #Fastmail #IMAP #IUseThis #GPG #Uses #Messaging #Privacy #Security #Windows
#InfiniteInk #Byℵ #ByNM

2024-05-04
Kevin Karhan :verified:kkarhan@infosec.space
2024-04-23
Alexis Jhon (AGR/AMKPBA)🇺🇦Lucss21a@mas.to
2024-04-17

#random: I'm obviously 69-times checking my files on the archive if ever it has been modified by sheer accident (by checksums and signing) so I couldn't be messed with extracting them again.

#tech #checksum #fileintegrity

Alexis Jhon (AGR/AMKPBA)🇺🇦Lucss21a@mas.to
2024-04-13

For the freaks out there, I also implemented a signature system just to be extra sure about the origin of the files. I also redid my pubkeys again (as I forgot my old one and couldn't revoke it).

You can check my PGP pubkey fingerprint on my bio.

#checksum #hash #Microsoft #windows #windowsphone #archive #tech #technology #mobile #phone #smartphone #openpgp

Kleopatra (cryptographic hash utility) showing that the file is signed from me, via GnuPG. But of course it's still owned by MS, the signature is there just for extra assurance that nothing went wrong while transfer (either issues on file integrity or malware damage).
Alexis Jhon (AGR/AMKPBA)🇺🇦Lucss21a@mas.to
2024-04-13

Doing some checksum work to ensure the integrity of the files in the Windows Phone Emulator Images Archives (something I didn't do in the previous one with Windows Mobile).

Checksums for VHDs and BINs are available, in MD5, SHA-1, SHA-256 and CRC32 to verify the integrity of these large files (ranging from 77MB to 2.9GB).

#checksum #hash #Microsoft #windows #windowsphone #archive #tech #technology #mobile #phone #smartphone

Konsole window showing a command to recursively check any files (via find) in the directory except Emulators/* and */*/Skins/*, and not calculating checksum for files that have the file extensions .md5, .sha* (.sha1 and .sha256), .chk and .crc32, then running the sha1sum command to dump the sha1 checksum of each file matching the find parameters then dumping it into a file called "sha1.chk".
HowToPhil (Phillip R)howtophil
2024-02-19

I updated the sendmeshfile.sh script to include md5 checksums for the previous base64 line sent. This should allow "error detection" if a receiver misses a line (much notes in the bash comments):

pastebin.com/V35zc6Tb

Allanon 🇮🇹 :amiga:allanon@mastodon.uno
2024-02-10

My little utility to calculate the #checksum and #sha values seems finished. Done using #HollywoodMAL and #RapaGUI plugin so should be compatible even with #Amiga -like systems with #MUI, but need to try 😀
The source & compiled versions will be available somewhere, maybe on my Patreon page (for free), in the next days.
--
I've found difficulties on how I had to structure the code in order to refresh the GUI during long loops, I may write something about it and how it should be done properly.

Screenshot of my utility program to calculate checksums and sha values
Some Bits: Nelson's Linkblogsomebitslinks@tech.lgbt
2023-12-22

xxHash: Seems to have one the contest for a non-cryptographic hash or checksum algorithm
xxhash.com/
#programming #checksum #md5sum #crc32 #hash #crc #+

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst