<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Split-Key Algorithmus]]></title><description><![CDATA[<p>Hallo,</p>
<p>gibt es irgendeinen Algorithmus mit dem man 2 oder mehere Datenblöcke verbinden kann und zwar in Verbindung mit einem Key. Sodass beim Trenner der Datenblöcke dieser Key erfordlich ist. Theoretisch könnt man sich selber eine Algorithmus zusammenreimen z.B.:</p>
<p>db1 = &quot;asdf&quot;;<br />
db2 = &quot;wxyz&quot;;<br />
key = &quot;1234&quot;;<br />
encrypted_data = aes_encrypt(db1+db2,key);</p>
<p>Aber gibt es irgendeinen offiziellen Algorithmus für mein Problem?</p>
<p>mfg Humer Thomas</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/163013/split-key-algorithmus</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Jul 2026 10:45:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/163013.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Oct 2006 09:24:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Split-Key Algorithmus on Wed, 25 Oct 2006 09:24:05 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>gibt es irgendeinen Algorithmus mit dem man 2 oder mehere Datenblöcke verbinden kann und zwar in Verbindung mit einem Key. Sodass beim Trenner der Datenblöcke dieser Key erfordlich ist. Theoretisch könnt man sich selber eine Algorithmus zusammenreimen z.B.:</p>
<p>db1 = &quot;asdf&quot;;<br />
db2 = &quot;wxyz&quot;;<br />
key = &quot;1234&quot;;<br />
encrypted_data = aes_encrypt(db1+db2,key);</p>
<p>Aber gibt es irgendeinen offiziellen Algorithmus für mein Problem?</p>
<p>mfg Humer Thomas</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1160856</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1160856</guid><dc:creator><![CDATA[thumer]]></dc:creator><pubDate>Wed, 25 Oct 2006 09:24:05 GMT</pubDate></item><item><title><![CDATA[Reply to Split-Key Algorithmus on Wed, 25 Oct 2006 09:34:19 GMT]]></title><description><![CDATA[<p>thumer schrieb:</p>
<blockquote>
<p>Aber gibt es irgendeinen offiziellen Algorithmus für mein Problem?</p>
</blockquote>
<p>es gibt da z.b. den 'key wrap'. guckst du: <a href="http://www.rfc-archive.org/getrfc.php?rfc=3394" rel="nofollow">http://www.rfc-archive.org/getrfc.php?rfc=3394</a><br />
was ähnliches gibt's auch noch mit 'rc4'.<br />
wird z.b. in security-protokollen wie EAP eingesetzt...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1160863</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1160863</guid><dc:creator><![CDATA[net 0]]></dc:creator><pubDate>Wed, 25 Oct 2006 09:34:19 GMT</pubDate></item></channel></rss>