<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=MD5String</id>
		<title>MD5String - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=MD5String"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=MD5String&amp;action=history"/>
		<updated>2026-05-26T01:27:34Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.soldat.pl/index.php?title=MD5String&amp;diff=66&amp;oldid=prev</id>
		<title>Freeman: Created page with &quot;===From the Scripting Manual===  ''function MD5String(Str: string): string;''    '''Parameter Info:'''   Str (String): String to be encrypted    '''Description:'''   This func...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=MD5String&amp;diff=66&amp;oldid=prev"/>
				<updated>2012-08-15T08:52:18Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;===From the Scripting Manual===  &amp;#039;&amp;#039;function MD5String(Str: string): string;&amp;#039;&amp;#039;    &amp;#039;&amp;#039;&amp;#039;Parameter Info:&amp;#039;&amp;#039;&amp;#039;   Str (String): String to be encrypted    &amp;#039;&amp;#039;&amp;#039;Description:&amp;#039;&amp;#039;&amp;#039;   This func...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===From the Scripting Manual===&lt;br /&gt;
 ''function MD5String(Str: string): string;''&lt;br /&gt;
 &lt;br /&gt;
 '''Parameter Info:'''&lt;br /&gt;
  Str (String): String to be encrypted&lt;br /&gt;
 &lt;br /&gt;
 '''Description:'''&lt;br /&gt;
  This function will perform a one-way(cannot be decrypted) encryption on Str.&lt;br /&gt;
  NOTE: Using this function is HIGHLY recommended for passwords!&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;pascal&amp;quot;&amp;gt;&lt;br /&gt;
var&lt;br /&gt;
  MyString: String;&lt;br /&gt;
begin&lt;br /&gt;
  MyString := MD5String('password');&lt;br /&gt;
  WriteLn(MyString);         // Will output the MD5 of 'password' (5f4dcc3b5aa765d61d8327deb882cf99)&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://enesce.com/help/index.html?Functions/MD5String.html Scripting Manual page for MD5String]&lt;br /&gt;
&lt;br /&gt;
[[Category:Server Scripting]][[Category:Server Scripting Functions]]&lt;/div&gt;</summary>
		<author><name>Freeman</name></author>	</entry>

	</feed>