<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.visionaire-tracker.net/index.php?action=history&amp;feed=atom&amp;title=Global_Command%3A_sha1</id>
		<title>Global Command: sha1 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.visionaire-tracker.net/index.php?action=history&amp;feed=atom&amp;title=Global_Command%3A_sha1"/>
		<link rel="alternate" type="text/html" href="https://wiki.visionaire-tracker.net/index.php?title=Global_Command:_sha1&amp;action=history"/>
		<updated>2026-05-25T16:07:41Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.visionaire-tracker.net/index.php?title=Global_Command:_sha1&amp;diff=11866&amp;oldid=prev</id>
		<title>EK: Created page with &quot;Calculates the 160-bit (20-byte) SHA-1 (Secure Hash Algorithm 1) hash of a string.   == Syntax == &lt;syntaxhighlight lang=&quot;lua&quot;&gt; sha1(tohash) &lt;/syntaxhighlight&gt;   == Parameters...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.visionaire-tracker.net/index.php?title=Global_Command:_sha1&amp;diff=11866&amp;oldid=prev"/>
				<updated>2023-05-02T23:45:33Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Calculates the 160-bit (20-byte) SHA-1 (Secure Hash Algorithm 1) hash of a string.   == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; sha1(tohash) &amp;lt;/syntaxhighlight&amp;gt;   == Parameters...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Calculates the 160-bit (20-byte) SHA-1 (Secure Hash Algorithm 1) hash of a string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
sha1(tohash)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;ts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:15%&amp;quot; | Parameter&lt;br /&gt;
! style=&amp;quot;width:15%&amp;quot; | Type&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| tohash&lt;br /&gt;
| string&lt;br /&gt;
| String to calculate the SHA-1 hash of.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Return values ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;ts&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:15%&amp;quot; | Type&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| SHA-1 hash, rendered as 40 hexadecimal digits.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
'''Example 1:''' Calculate and print the SHA-1 hash of the string &amp;quot;Hello World&amp;quot;.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local helloWorldHash = sha1(&amp;quot;Hello World&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
print(helloWorldHash)&lt;br /&gt;
-- prints &amp;quot;0a4d55a8d778e5022fab701977c5d840bbc486d0&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{toc}}&lt;/div&gt;</summary>
		<author><name>EK</name></author>	</entry>

	</feed>