bulkmail_simple_checksum

EveAndersson.com : API Browser : bulkmail_simple_checksum

bulkmail_simple_checksum

bulkmail_simple_checksum string
Defined in tcl/bulkmail-utils.tcl

Computes a trivial checksum for a string. The checksum is the sum of the ascii values for each character of the string. Note that we're not trying to bolt things down. We're trying to keep the lazy,malicious attacker at bay. Someone who really wanted to come after us would figure out anything we could reasonably do here.

Parameters:
string
[ show source ]

Show another procedure:

eve@eveandersson.com