<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hillary+Davi</id>
	<title>Second Life Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hillary+Davi"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/Hillary_Davi"/>
	<updated>2026-07-28T07:25:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=LlBase64ToString&amp;diff=1176695</id>
		<title>LlBase64ToString</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlBase64ToString&amp;diff=1176695"/>
		<updated>2013-02-12T17:14:04Z</updated>

		<summary type="html">&lt;p&gt;Hillary Davi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LSL Function&lt;br /&gt;
|func=llBase64ToString|func_id=261|func_sleep=0.0|func_energy=10.0&lt;br /&gt;
|return_type=string&lt;br /&gt;
|p1_type=string|p1_name=str|p1_desc=Base64 string&lt;br /&gt;
|return_text=that is the {{LSLGC|Base64}} &#039;&#039;&#039;str&#039;&#039;&#039; decoded into a conventional string.&lt;br /&gt;
|caveats=*If the conversion creates any unprintable characters, they are converted to spaces.&lt;br /&gt;
*Converts invalid characters into question marks (&#039;?&#039;).&lt;br /&gt;
|spec&lt;br /&gt;
|examples=&lt;br /&gt;
&amp;lt;lsl&amp;gt;default {&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        string test = llBase64ToString(&amp;quot;U2VjcmV0Ok9wZW4=&amp;quot;);&lt;br /&gt;
        llSay(0,test );&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/lsl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This can be used in {{Wikipedia|Basic access authentication|Basic Authentication}}, such as this login:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET / HTTP/1.1&lt;br /&gt;
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)&lt;br /&gt;
Host: www.example.com&lt;br /&gt;
Authorization: Basic U2VjcmV0Ok9wZW4= &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;lsl&amp;gt;llBase64ToString(&amp;quot;U2VjcmV0Ok9wZW4=&amp;quot;); //will return the string &amp;quot;Secret:Open&amp;quot;&amp;lt;/lsl&amp;gt;&lt;br /&gt;
|helpers&lt;br /&gt;
|related&lt;br /&gt;
|also_header&lt;br /&gt;
|also_events&lt;br /&gt;
|also_functions=&lt;br /&gt;
{{LSL DefineRow||[[llStringToBase64]]|}}&lt;br /&gt;
{{LSL DefineRow||[[llBase64ToInteger]]|}}&lt;br /&gt;
|also_articles=&lt;br /&gt;
{{LSL DefineRow||{{LSLGC|Base64}}|}}&lt;br /&gt;
|also_footer&lt;br /&gt;
|notes&lt;br /&gt;
|mode&lt;br /&gt;
|deprecated&lt;br /&gt;
|cat1=Base64&lt;br /&gt;
|cat2=String&lt;br /&gt;
|cat3&lt;br /&gt;
|cat4&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
links to help, &lt;br /&gt;
http://wiki.secondlife.com/wiki/LlXorBase64StringsCorrect&lt;/div&gt;</summary>
		<author><name>Hillary Davi</name></author>
	</entry>
</feed>