md5sum, sha256sum & sha512sum – Prüfsummen berechnen und überprüfen

Du kennst sicher die Herausforderung, wenn du Dateien von externen Quellen herunterlädst oder Backups sicherstellst – dabei ist die Integrität der Daten entscheidend, um Manipulationen oder Korruptionen früh zu erkennen. Die Befehle md5sum, sha256sum und sha512sum berechnen kryptografische Prüfsummen, die wie ein digitaler Fingerabdruck deiner Dateien wirken und dir helfen, die Authentizität und Vollständigkeit zu überprüfen. Grundlagen der Prüfsummen Prüfsummen basieren auf […]

https://andreas-moor.de/md5sum-sha256sum-sha512sum-pruefsummen-berechnen-und-ueberpruefen/

From last week's Linux Update: Franciszek Pokryszko explores Linux tools you can use to analyze malware without triggering an attack https://www.linux-magazine.com/Issues/2024/280/Malware-Analysis
#security #malware #tools #Linux #OpenSource #REMnux #SIFT #FOSS #sha256sum #VirusTotal #TrID #ExifTool #XLMMacroDeobfuscator
Peek Inside » Linux Magazine

Forensic experts can't just delete a sketchy file – sometimes the challenge is to see what is in it without triggering an attack. Learn about some...

Linux Magazine

ich weiß zwar nicht wo ich ein "sauberes" Cheksummen Programm für Windows finde aber selber machen geht da sogar schneller.

Jetzt wüsste ich noch gerne, was das Original Linux Tool sonst nach kann und nützlich wäre.

Für den Abgleich der geladenen Audacitiy Installation hat das hier jedenfalls gereicht.

#sha256sum #windows

#DietPi why are you packing the #sha256sum inside the arcive? I can not find it anywhere else but i have to say did not search for it very long. Furthermore i could not find a E-Mail to tell you that the sha256sum of DietPi_RPi-ARMv6-Buster.7z did not match the sum INSIDE the Archive 😑 wtf folks get your stuff togeter! ####EDIT: the shasum matched after second download. but where are the sums outside of Archive? On Git?
Ya lo dije, hay un #script que sirve para automatizar el proceso de respaldo de bases de datos tanto #mysql (tcc #mariadb) como #postgresql Opcionalmente y para darle un enfoque en seguridad, el endemoniado script saca un archivo #sha256sum y una firma #gpg para verificación en un futuro. Además y opcionalmente sincroniza los archivos a un directorio remoto (con #rsync, permitiendo pasarle todas las opciones que te vengan en gana). Por último, una cerecita: notifica a una cuenta #xmpp o a una sala de chat (con #sendxmpp). Maldad contra uno mismo es no probarlo y jugarlo mientras nosotros lo vamos terminando (sí está en desarrollo, así que hay cosas que pulir y que no funcionan como uno espera). DataBase Dump Sign Sync and Notify !p4g !sysadmin !shell (favor considerar este mensaje como spam o algo peor, como autobombo)
dbdssn - DataBase Dump Sign Sync and Notify

Bon, j'essaie de vérifier l'intégrité de mes énormes copies... j'utilise

#find . -type f -printf "%p %k KB\n"

Pour certains fichiers, le résultat à droite et à gauche est différent, hélas, alors que

#ls -l <nom du fichier>

et

#sha256sum <nom du fichier>

donnent le même résultat. Je sens que je suis sur la bonne piste !