python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Generate or Validate Checksum String from Predefined List of Characters using JS
I'm trying to create a set of JavaScript functions which can generate a 6 character code from some defined alphanumeric string (changeable, so it's easier for Latin or Cyrillic, etc. alphabet users, d...
Michael
Votes: 0
Answers: 1
Chromium and chrome driver Release verification and API useage docs
:)
Is it possible to verify chromedriver and chromium builds by sha256 or sha512 or a similarly secure checksum? Version selection (https://chromedriver.chromium.org/downloads/version-selection) doesn...
inktrap
Votes: 0
Answers: 0
Can a docker container read its own checksum on startup?
Docker handles SHA checksums for container integrity. Is there a way for the container itself to access that?
I execute a Python program in a container sent to the customer. This code needs to do some...
Hans
Votes: 0
Answers: 0
CRC32 differs when executed on file vs text
I have a file called hello.txt with following content:
hello
When I execute a linux crc32 on that file like this: (I installed via sudo apt install libarchive-zip-perl)
crc32 hello.txt
I get:
363a30...
fewfew
Votes: 0
Answers: 1