<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.signature.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fdecrypt</id>
		<title>IB Statements/decrypt - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fdecrypt"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/decrypt&amp;action=history"/>
		<updated>2026-05-04T21:28:53Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.signature.net/index.php?title=IB_Statements/decrypt&amp;diff=356&amp;oldid=prev</id>
		<title>Badge: New page: '''DECRYPT function'''   '''Syntax:'''  result-string = DECRYPT(input-string, seed-string)    '''Discussion:'''  The DECRYPT function decrypts the input-string, and assigns the result to t...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/decrypt&amp;diff=356&amp;oldid=prev"/>
				<updated>2009-05-20T10:57:56Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;DECRYPT function&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  result-string = DECRYPT(input-string, seed-string)    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The DECRYPT function decrypts the input-string, and assigns the result to t...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''DECRYPT function''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  result-string = DECRYPT(input-string, seed-string)  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The DECRYPT function decrypts the input-string, and assigns the result to the result-string. The decryption algorithm uses the seed-string value as a seed; this value must match the seed that was used when the data was encrypted. &lt;br /&gt;
The input-string may be defined at any length from 1 to 254 bytes. The DECRYPT function returns the same number of bytes as the input-string. &lt;br /&gt;
&lt;br /&gt;
The seed-string may be defined at any length from 1 to 254 characters. &lt;br /&gt;
&lt;br /&gt;
'''Note:''' The longer the seed string, the better the encryption. We recommend a minimum of 16 bytes for the seed string. &lt;br /&gt;
&lt;br /&gt;
See ENCRYPT &lt;br /&gt;
 &lt;br /&gt;
'''History:'''  This function was added to Comet98 in Build 266.  &lt;br /&gt;
&lt;br /&gt;
'''Example:'''  LENGTH 25 &amp;amp; LOCAL A$, B$&lt;br /&gt;
&lt;br /&gt;
LENGTH 16 &amp;amp; LOCAL SEED$&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
SEED$ = &amp;quot;ABCD1234EFGH5678&amp;quot;&lt;br /&gt;
&lt;br /&gt;
A$ = DECRYPT(B$,SEED$)&lt;br /&gt;
&lt;br /&gt;
In the above example, B$ is an encrypted value, encrypted with a seed of &amp;quot;ABCD1234EFGH5678&amp;quot;. The decrypted value is assigned to A$.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>