Skip to main content

Questions tagged [checksum]

A checksum or hash sum is a fixed-size datum computed from an arbitrary block of digital data for the purpose of detecting accidental errors that may have been introduced during its transmission or storage. The integrity of the data can be checked at any later time by recomputing the checksum and comparing it with the stored one.

0 votes
1 answer
15 views

Artifactory OSS error: Checksum input stream calculator does not support mark

I am attempting to setup artifactory in ECS using a dockerfile. Version: Open source license 7.9.2 rev 70902900 undefined I have it up and running, I created a generic repo through the ui. As a test I ...
Jason Parmar's user avatar
0 votes
0 answers
21 views

Aws sdk s3 to s3 copyObject checksum is null in CopyObjectResponse

When doing a s3 to s3 copy using aws sdk, I want to save the returned checksum from CopyObjectResponse, so that I can use it later to verify if file is modified or not but checksum value returned is ...
Jayendra Dev Shukla's user avatar
0 votes
1 answer
26 views

PyQT5 QtSerialPort checksum prefix question

The follow configuration: Raspberry Rpi4B / Python 3.11.2 / PyQt5 5.15.9 The follow configuration: Raspberry Rpi4B / Python 3.11.2 / PyQt5 5.15.9 I have a question about how to adjust prefix checksum ...
Eric's user avatar
  • 11
0 votes
0 answers
7 views

About checksum calculation in bank treminal transaction protocol TITP

We are implementing a bank treminal transaction protocol TITP on POS device to directly card processing server. TITP stand for Tranzware Iso Terminal Protocol. And our connection is raw socket. From ...
Usukhbayar Bayaraa's user avatar
0 votes
0 answers
41 views

Library to do crc32c hashing in React Native/Expo-go for GCS data integrity check?

I am sending some data from my react native app to store it on GCS bucket using signed url. However, I don't want to risk writing my own implementation for crc32c hashing and making mistake. Is there ...
d34th4ck3r's user avatar
0 votes
0 answers
31 views

How is the directory block checksum calculated in ext4?

In ext4, each block for a directory, when using classic linear directory, ends with a 12 byte "fake" dir entry that contains the following: UUID + inode number + inode generation + the ...
deitch's user avatar
  • 14.5k
2 votes
2 answers
94 views

Computing checksum's for TCP packets from byte arrays

I asked a similar question recently but marked it as solved since I thought I found the answer when in fact my code only worked on specific cases while missing the bulk of cases. Anyways I am using ...
UnSure's user avatar
  • 178
3 votes
1 answer
107 views

Computing TCP's checksum from byte array

I have been working at this for a while now without being able to get the correct CheckSum value. Here my method is taking in 3-byte arrays. The first containing the IPv4Header's bytes, the second ...
UnSure's user avatar
  • 178
0 votes
0 answers
121 views

Why is a wrong checksum TCP packet acknowledged by kernel?

I'm delevloping a backend system. I send a HTTP request to backend server, the request packets are broken into fragments since the smaller MTU settting in the intermediate gateway. And the server ...
patrick's user avatar
  • 69
0 votes
0 answers
32 views

Trouble with hashdeep, fed by find, and unusual characters

I'm using hashdeep to calculate checksums, recursively for files. However, I need to exclude certain directories and so the solution would seem to be to use find to feed a file list to hashdeep. This ...
aghsmith's user avatar
  • 305
0 votes
1 answer
96 views

Force liquibase to calculate checksum by the given parameters values

In my yaml I have a parameter structure like this: spring: liquibase: parameters: tables: table1: table1 and a script which creates virtual tables in PostgreSQL based on a ...
Digital Nomad's user avatar
1 vote
1 answer
99 views

How can I do bidirectional communication over USB with checksum for a Raspberry Pi 5 and Raspberry Pi Pico (serial, UART, other?)

I’m working on a project that involves a Raspberry Pi 5 running a Python-based GUI and an RP2040 (running MicroPython) connected to a set of I2C sensors and 32 servos controlled by two PCA9685 PWM ...
user25086481's user avatar
0 votes
2 answers
126 views

Why does the checksum not change after my ebpf program uses bpf_skb_store_bytes to modify the package?

I tried to add an extension header after the ipv6 message through ebpf (tc egress) I successfully added the extension header. During the initial test, I found that the addition of the extension header ...
user24700654's user avatar
0 votes
1 answer
44 views

ICMPv6 Checksum Calculation With Extension(s) in the IPv6 header

I'm trying to calculate the ICMPv6 checksum, but I'm getting the wrong checksum when the IPv6 header contains extension(s). I get the correct checksum value when the IPv6 header contains no extensions....
Xigma's user avatar
  • 184
2 votes
0 answers
90 views

Checksum beyond my skill level - but only 4 bits

I'm trying to reverse engineer an IR protocol for laser tag guns, and the documentation I have says there should only be 14 bits, except I'm getting 24 from this particular set. The manufacturer ...
Aboba's user avatar
  • 286

15 30 50 per page
1
2 3 4 5
127