Skip to content

A program that finds a sequence of bits in a 32-bit word such that the checksum for the input data concatenated with the received word matches the given result.

Notifications You must be signed in to change notification settings

Alvov1/ChecksumSelection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ChecksumSelection

A program that finds a sequence of bits in a 32-bit word such that the checksum for the input data concatenated with the received word matches the given result. The checksum is calculated using the XOR function.

The program receives 2 lines as input:

  • The first line contains eight characters - a record of the desired checksum in hexadecimal notation.

  • The second line contains a sequence of characters, including numbers, lowercase and uppercase letters, for which you want to calculate the checksum.

The program returns 8 characters - the desired 32-bit word in hexadecimal number system.

Extended problem description

About

A program that finds a sequence of bits in a 32-bit word such that the checksum for the input data concatenated with the received word matches the given result.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages