<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Residual_block_termination</id>
	<title>Residual block termination - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Residual_block_termination"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Residual_block_termination&amp;action=history"/>
	<updated>2026-05-15T09:38:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Residual_block_termination&amp;diff=6566&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;In cryptography, '''residual block termination''' is a variation of cipher block chaining mode (CBC) that does not require any padding. It d...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Residual_block_termination&amp;diff=6566&amp;oldid=prev"/>
		<updated>2019-07-04T06:15:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;In &lt;a href=&quot;/index.php?title=Cryptography&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Cryptography (page does not exist)&quot;&gt;cryptography&lt;/a&gt;, &amp;#039;&amp;#039;&amp;#039;residual block termination&amp;#039;&amp;#039;&amp;#039; is a variation of &lt;a href=&quot;/index.php?title=Cipher_block_chaining&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Cipher block chaining (page does not exist)&quot;&gt;cipher block chaining&lt;/a&gt; mode (CBC) that does not require any &lt;a href=&quot;/index.php?title=Padding_(cryptography)&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Padding (cryptography) (page does not exist)&quot;&gt;padding&lt;/a&gt;. It d...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In [[cryptography]], '''residual block termination''' is a variation of [[cipher block chaining]] mode (CBC) that does not require any [[Padding (cryptography)|padding]]. It does this by effectively changing to [[cipher feedback]] mode for one block. The cost is the increased complexity.&lt;br /&gt;
&lt;br /&gt;
==Encryption procedure==&lt;br /&gt;
If the [[plaintext]] length ''N'' is not a multiple of the [[block size (cryptography)|block size]] ''L'':&lt;br /&gt;
*Encrypt the ⌊''N''/''L''⌋ full blocks of plaintext using the [[cipher block chaining]] [[block cipher modes of operation|mode]];&lt;br /&gt;
*Encrypt the last full encrypted block again;&lt;br /&gt;
*[[XOR]] the remaining bits of the plaintext with leftmost bits of the re-encrypted block.&lt;br /&gt;
&lt;br /&gt;
==Decryption procedure==&lt;br /&gt;
*[[Decrypt]] the ⌊''N''/''L''⌋ full encrypted blocks using the Cipher Block Chaining mode;&lt;br /&gt;
*Encrypt the last full encrypted block;&lt;br /&gt;
*[[XOR]] the remaining bits of the ciphertext with leftmost bits of the re-encrypted block.&lt;br /&gt;
&lt;br /&gt;
==Short message==&lt;br /&gt;
For messages shorter than one [[Block size (cryptography)|block]], residual block termination can use an encrypted [[Initialization vector|IV]] instead of the previously encrypted block.&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://wikipedia.org/ http://wikipedia.org/]&lt;br /&gt;
==See Also on BitcoinWiki==&lt;br /&gt;
* [[IdealCoin]]&lt;br /&gt;
* [[Bitcoin Press Center]]&lt;br /&gt;
* [[BitNewt]]&lt;br /&gt;
* [[Public relations]]&lt;br /&gt;
* [[KEY Difference Media]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>