Don't click here unless you want to be banned.

LSL Wiki : Crypto

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl801.us.archive.org

Cryptographic Functions


So far, there are only a few crypto functions, and they aid in securing data for transfer over the Internet.

llMD5String Does an MD5 message digest (a checksum basically). This can be used to verify authenticity without having to know the plaintext at all.
llSHA1String Does a SHA1 message digest (40 hexadecimal digits). More secure than MD5.
llModPow (a ^ b)%c Weak RSA encryption
llBase64ToString Decodes a Base64 string. This is not encryption, it is merely encoding.
llStringToBase64 Encodes a string. This is not encryption, it is merely encoding.
llXorBase64Strings(deprecated) llXorBase64StringsCorrect Performs an xor on two Base64 strings.


Functions | Communications | Strings
Comments [Hide comments/form]
Attach a comment to this page: