Query: sha1
OS: redhat
Section: n
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sha1(n) sha1 hash sha1(n)NAMEsha1 - Perform sha1 hashingSYNOPSISpackage require Tcl 8.2 package require sha1 ?1.0.2? ::sha1::sha1 msg ::sha1::hmac key textDESCRIPTIONThis package provides commands to compute a SHA1 digests of arbitrary messages.COMMANDS::sha1::sha1 msg The command takes a message and returns the SHA1 digest of this message as a hexadecimal string. ::sha1::hmac key text The command takes a key string and a text and returns the hmac of theEXAMPLES% sha1::sha1 "hello world" 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed % sha1::hmac "our little secret" "hello world" a7ed9d62819b9788e22171d9108a00c370104526KEYWORDSsha1, hashing, security sha1 1.0.2 sha1(n)
| Related Man Pages | 
|---|
| sha1(n) - mojave | 
| sha1(n) - osx | 
| sha1(1) - linux | 
| sha1(1) - opendarwin | 
| sha1(1) - plan9 | 
| Similar Topics in the Unix Linux Community | 
|---|
| Infraction for harsha10: Double Posting | 
| parse csv file, sha1 hash and output | 
| sha1 question | 
| Problem with password algorithm ssha1 | 
| Decrypt ssha1 password |