sha1Digest | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Computes a SHA-1 cryptographic message digest. | ||||||
Introduced | 4.6 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Function: md5Digest, messageDigest Glossary: byte, function | ||||||
Description | Compute a message digest of message using the SHA-1 cryptographic hash function. Warning: Serious flaws have been found in the SHA-1 hash algorithm that make it unsuitable to use for security-critical purposes. Unless you need backwards compatibility with existing systems, use one of the other algorithms available with the messageDigest function | ||||||
Tags | math |