lslsnips
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lslsnips [2026/01/28 07:19] – [GetPrimInfo] miko | lslsnips [2026/02/24 15:22] (current) – miko | ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| </ | </ | ||
| ===== SL to Telegram ===== | ===== SL to Telegram ===== | ||
| - | < | + | < |
| string TELEGRAM_API_URL = " | string TELEGRAM_API_URL = " | ||
| string chat_id = "< | string chat_id = "< | ||
| Line 81: | Line 81: | ||
| </ | </ | ||
| ===== SL2Discord ===== | ===== SL2Discord ===== | ||
| - | < | + | < |
| string discord_web_hook = " | string discord_web_hook = " | ||
| Line 107: | Line 107: | ||
| </ | </ | ||
| ===== Rezz at feet ==== | ===== Rezz at feet ==== | ||
| - | < | + | < |
| integer canRezAt(vector pos) //can I rez at this place? | integer canRezAt(vector pos) //can I rez at this place? | ||
| { | { | ||
| Line 149: | Line 149: | ||
| </ | </ | ||
| ===== Random giver ===== | ===== Random giver ===== | ||
| - | < | + | < |
| //gimme random | //gimme random | ||
| integer random_integer(integer min, integer max) | integer random_integer(integer min, integer max) | ||
| Line 158: | Line 158: | ||
| </ | </ | ||
| ===== Find in List ===== | ===== Find in List ===== | ||
| - | < | + | < |
| // find stuff in my list or not | // find stuff in my list or not | ||
| Line 294: | Line 294: | ||
| </ | </ | ||
| ===== Binary converter ===== | ===== Binary converter ===== | ||
| - | < | + | < |
| Line 571: | Line 571: | ||
| 🧠 Why this works | 🧠 Why this works | ||
| The salt is turned into a derived key | The salt is turned into a derived key | ||
| - | Even a small change in the salt produces a completely different output | + | * Even a small change in the salt produces a completely different output |
| - | The cipher is reversible only if you know the salt | + | |
| - | It’s compact and fast enough for LSL | + | |
| - | This is the closest you can get to “real” salted encryption inside Second Life scripting. | + | |
lslsnips.1769584799.txt.gz · Last modified: by miko
