LSL Wiki Mirror 7-7-7 : Crypto

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::

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.
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
There is no comment on this page. [Display comments/form]