checksum
Command Reference
Description
checksum a file
static: This command can be run outside of an object context.
Usage
ctl -m textutil -c checksum [-algorithm <MD5>] [-createfile] -file <>
Options
| Option | Description | Type | Default | 
|---|---|---|---|
| algorithm | Specifies the algorithm to be used to compute the checksum. Defaults to MD5. Other popular algorithms like SHA may be used as well others offered by your JCE provider. | string | MD5 | 
| createfile | save the checksum to file | boolean | |
| file | file name | string | 



