<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.seasonaltokens.org/index.php?action=history&amp;feed=atom&amp;title=Tutorials%3ACryptography</id>
	<title>Tutorials:Cryptography - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.seasonaltokens.org/index.php?action=history&amp;feed=atom&amp;title=Tutorials%3ACryptography"/>
	<link rel="alternate" type="text/html" href="https://wiki.seasonaltokens.org/index.php?title=Tutorials:Cryptography&amp;action=history"/>
	<updated>2026-04-29T16:43:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.1</generator>
	<entry>
		<id>https://wiki.seasonaltokens.org/index.php?title=Tutorials:Cryptography&amp;diff=4932&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page Tutorials:D4bb to Tutorials:Cryptography</title>
		<link rel="alternate" type="text/html" href="https://wiki.seasonaltokens.org/index.php?title=Tutorials:Cryptography&amp;diff=4932&amp;oldid=prev"/>
		<updated>2025-11-04T00:41:35Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/Tutorials:D4bb&quot; class=&quot;mw-redirect&quot; title=&quot;Tutorials:D4bb&quot;&gt;Tutorials:D4bb&lt;/a&gt; to &lt;a href=&quot;/wiki/Tutorials:Cryptography&quot; title=&quot;Tutorials:Cryptography&quot;&gt;Tutorials:Cryptography&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:41, 4 November 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://wiki.seasonaltokens.org/index.php?title=Tutorials:Cryptography&amp;diff=1387&amp;oldid=prev</id>
		<title>Mediawiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.seasonaltokens.org/index.php?title=Tutorials:Cryptography&amp;diff=1387&amp;oldid=prev"/>
		<updated>2025-10-29T17:13:09Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:13, 29 October 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Mediawiki</name></author>
	</entry>
	<entry>
		<id>https://wiki.seasonaltokens.org/index.php?title=Tutorials:Cryptography&amp;diff=1386&amp;oldid=prev</id>
		<title>BeginnersGuide&gt;Marin at 15:44, 27 December 2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.seasonaltokens.org/index.php?title=Tutorials:Cryptography&amp;diff=1386&amp;oldid=prev"/>
		<updated>2024-12-27T15:44:58Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Cryptography =&lt;br /&gt;
&lt;br /&gt;
Cryptocurrency is a technology based on cryptography. Understanding a few basic concepts of cryptography will help you understand the language and principles used in the crypto space.&lt;br /&gt;
&lt;br /&gt;
== Symmetric Cryptography ==&lt;br /&gt;
The oldest use of cryptography is to send messages between two parties in a way that only the sender and the receiver can understand.  &lt;br /&gt;
For this system to work, the sender and receiver must agree on a &amp;#039;&amp;#039;&amp;#039;key&amp;#039;&amp;#039;&amp;#039;—a set of rules used to substitute the letters of the message with other symbols that only they know. Because the same Key is used to encrypt and decrypt the message it is called Symmetrical. &lt;br /&gt;
&lt;br /&gt;
The sender and receiver have to agree before hand in the key used for encryption.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The sender:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
  * Takes the original message.&lt;br /&gt;
  * Applies the rules defined by the key to transform the original message into an unintelligible form (this process is called &amp;#039;&amp;#039;&amp;#039;encryption&amp;#039;&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The encrypted message:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
  * Can be delivered over any channel, even public networks.&lt;br /&gt;
  * Cannot be deciphered by anyone who doesn’t have the key.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The receiver:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
  * Uses the same key to convert the encrypted message back into its original form (this process is called &amp;#039;&amp;#039;&amp;#039;decryption&amp;#039;&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cryptography in Cryptocurrency ==&lt;br /&gt;
&lt;br /&gt;
Symmetric cryptography requires the sender and receiver to share the key before exchanging messages.&lt;br /&gt;
&lt;br /&gt;
Cryptocurrency uses a different type of cryptography called Asymmetric Cryptography, which does not require the sender and receiver to agree on or share a key beforehand.  &lt;br /&gt;
&lt;br /&gt;
This innovation enables secure transactions without pre-established trust between the parties.&lt;/div&gt;</summary>
		<author><name>BeginnersGuide&gt;Marin</name></author>
	</entry>
</feed>