Difference between revisions of "LlGenerateKey"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 11: Line 11:
|cat2
|cat2
|history=*Inspired by the library function [[generateKey]].
|history=*Inspired by the library function [[generateKey]].
*Changed from using [http://en.wikipedia.org/wiki/UUID#Version_3_.28MD5_hash.29 Version 3 (MD5 hash)] to [http://en.wikipedia.org/wiki/UUID#Version_5_.28SHA-1_hash.29 Version 5 (SHA-1 hash)].
*Changed from using [http://en.wikipedia.org/wiki/UUID#Version_3_.28MD5_hash.29 Version 3 (MD5 hash)] to [http://en.wikipedia.org/wiki/UUID#Version_5_.28SHA-1_hash.29 Version 5 (SHA-1 hash)]. Date of this change is unknown.
}}{{LSLC{{#var:lang}}|Encryption|llGenerateKey}}
}}{{LSLC{{#var:lang}}|Encryption|llGenerateKey}}

Revision as of 22:10, 25 July 2012

Summary

Function: key llGenerateKey( );

Generates a key using Version 5 (SHA-1 hash) UUID generation to create a unique key.
Returns the key generated.

Caveats

  • The specific UUID version is an implementation detail that has changed in the past and may change again in the future. Do not depend upon the UUID that is returned to be Version 5.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

History

Search JIRA for related Issues

Signature

function key llGenerateKey();