[ Table Of Contents | Keyword Index ]

ns_sha1(n) 4.99 "NaviServer Built-in Commands"

NAME

ns_sha1 - Returns a 40-character, hex-encoded string containing the SHA1 hash of the first argument

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    COMMANDS
    SEE ALSO
    KEYWORDS

SYNOPSIS

ns_sha1 string

DESCRIPTION

A cryptographic hash (sometimes called digest) is a kind of signature for a text or a data file. SHA1 generates an almost-unique 160-bit signature for a text.

COMMANDS

ns_sha1 string


string String from which hash should be produced

 

oss2:nscp 2> ns_sha1 test   
A94A8FE5CCB19BA61C4C0873D391E987982FBBD3

SEE ALSO

nsd

KEYWORDS

ns_crypt, , ns_rand , ns_uudecode, , ns_uuencode,