<?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%3APublic_and_Private_Key_Cryptography</id>
	<title>Tutorials:Public and Private Key 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%3APublic_and_Private_Key_Cryptography"/>
	<link rel="alternate" type="text/html" href="https://wiki.seasonaltokens.org/index.php?title=Tutorials:Public_and_Private_Key_Cryptography&amp;action=history"/>
	<updated>2026-04-29T16:34:28Z</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:Public_and_Private_Key_Cryptography&amp;diff=4934&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page Tutorials:51a2 to Tutorials:Public and Private Key Cryptography</title>
		<link rel="alternate" type="text/html" href="https://wiki.seasonaltokens.org/index.php?title=Tutorials:Public_and_Private_Key_Cryptography&amp;diff=4934&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:51a2&quot; class=&quot;mw-redirect&quot; title=&quot;Tutorials:51a2&quot;&gt;Tutorials:51a2&lt;/a&gt; to &lt;a href=&quot;/wiki/Tutorials:Public_and_Private_Key_Cryptography&quot; title=&quot;Tutorials:Public and Private Key Cryptography&quot;&gt;Tutorials:Public and Private Key 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:Public_and_Private_Key_Cryptography&amp;diff=1389&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:Public_and_Private_Key_Cryptography&amp;diff=1389&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:Public_and_Private_Key_Cryptography&amp;diff=1388&amp;oldid=prev</id>
		<title>BeginnersGuide&gt;Marin at 20:04, 2 January 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.seasonaltokens.org/index.php?title=Tutorials:Public_and_Private_Key_Cryptography&amp;diff=1388&amp;oldid=prev"/>
		<updated>2025-01-02T20:04:00Z</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;= Public and Private Key Cryptography =&lt;br /&gt;
&lt;br /&gt;
Public key cryptography involves a pair of keys:&lt;br /&gt;
&lt;br /&gt;
# A &amp;#039;&amp;#039;&amp;#039;Private Key&amp;#039;&amp;#039;&amp;#039;, which is meant to be kept secret.&lt;br /&gt;
# A &amp;#039;&amp;#039;&amp;#039;Public Key&amp;#039;&amp;#039;&amp;#039;, which can be shared openly.&lt;br /&gt;
&lt;br /&gt;
== Key Properties ==&lt;br /&gt;
* Information encrypted with the &amp;#039;&amp;#039;&amp;#039;Public Key&amp;#039;&amp;#039;&amp;#039; can only be decrypted with the corresponding &amp;#039;&amp;#039;&amp;#039;Private Key&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* Information encrypted with the &amp;#039;&amp;#039;&amp;#039;Private Key&amp;#039;&amp;#039;&amp;#039; can only be decrypted with the corresponding &amp;#039;&amp;#039;&amp;#039;Public Key&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* This system is also used to create digital signatures.&lt;br /&gt;
&lt;br /&gt;
==Applications of Public Key Cryptography==&lt;br /&gt;
&lt;br /&gt;
# Encrypt Messages.&lt;br /&gt;
# Create Digital Signatures to authenticate a file.&lt;br /&gt;
# Data Integrity. Making sure data is not changed during transmission.&lt;br /&gt;
# Non-Repudiation: The author of a file can&amp;#039;t deny the authorship.&lt;br /&gt;
&lt;br /&gt;
All these features are used in cryptocurrency.&lt;br /&gt;
&lt;br /&gt;
==Relation to Bitcoin==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In Bitcoin:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
  &lt;br /&gt;
  * Your &amp;#039;&amp;#039;&amp;#039;Private Key&amp;#039;&amp;#039;&amp;#039; is related to your wallet seed (They are equivalent).&lt;br /&gt;
  * The Private Key can generate multiple &amp;#039;&amp;#039;&amp;#039;Public Keys&amp;#039;&amp;#039;&amp;#039; associated with your Bitcoin addresses.&lt;br /&gt;
  * These keys enable secure transactions and ownership verification on the blockchain.&lt;/div&gt;</summary>
		<author><name>BeginnersGuide&gt;Marin</name></author>
	</entry>
</feed>