ASCII Checksum Calculator
Calculate a simple additive checksum for a string by summing the ASCII (character code) value of every character, with an optional modulo-256 wraparound. Useful for basic data integrity checks and understanding how simple checksum algorithms work.