36ee1e | 2015-10-12 | Pontus Östlund | | <!doctype html>
|
5a6e09 | 2011-12-03 | Henrik Grubbström (Grubba) | | <html>
<head>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <meta content="width=device-width, initial-scale=1" name="viewport">
|
7e5ead | 2016-01-20 | Pontus Östlund | | <meta charset="utf-8">
|
c0c2c8 | 2016-11-14 | Pontus Östlund | | <title>Crypto.Substitution()->set_ACA_K4_key() - Pike Reference Manual</title>
|
078087 | 2016-10-04 | Pontus Östlund | | |
36ee1e | 2015-10-12 | Pontus Östlund | | <link rel='stylesheet' href='../../../../style.css'>
<script src='../../../../site.js'></script>
|
078087 | 2016-10-04 | Pontus Östlund | | <script src='../../../../constants.js'></script>
<script>PikeDoc.NO_DYNAMIC = true;</script>
|
0851b0 | 2012-03-11 | Tobias S. Josefowitz | | <style type='text/css'>
|
03490b | 2002-12-31 | Martin Nilsson | | svg line { stroke:#343434; stroke-width:2; }
svg text { fill:#343434; }
svg a { fill:#0768b2; text-decoration: underline; }
</style>
|
5a6e09 | 2011-12-03 | Henrik Grubbström (Grubba) | | </head>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <body>
|
5a6e09 | 2011-12-03 | Henrik Grubbström (Grubba) | | <header>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <div class="header">
|
0e3f09 | 2016-04-19 | Henrik Grubbström (Grubba) | | <div id="version"><strong data-id="version"></strong></div>
|
ed0b3d | 2016-12-10 | Martin Nilsson | | <button id="burger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button> |
7e5ead | 2016-01-20 | Pontus Östlund | | <h1>
|
0e3f09 | 2016-04-19 | Henrik Grubbström (Grubba) | | <a href="http://pike.lysator.liu.se/" class="logo">
|
7e5ead | 2016-01-20 | Pontus Östlund | | <span>Pike programming language</span>
</a>
</h1>
|
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | </div>
|
5a6e09 | 2011-12-03 | Henrik Grubbström (Grubba) | | </header>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <div id="page">
|
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | <div class="navbar">
|
36ee1e | 2015-10-12 | Pontus Östlund | | <nav>
|
7e5ead | 2016-01-20 | Pontus Östlund | | <div class="inner" id="navbar">
|
36ee1e | 2015-10-12 | Pontus Östlund | | <a href='../../../../index.html'><b class='top head'>Top</b></a>
|
03490b | 2002-12-31 | Martin Nilsson | | <a href='../../../../ex/predef_3A_3A/Crypto.html'><b class='head'>Crypto</b></a>
|
bad797 | 2004-02-14 | Martin Nilsson | | <a href='../../../../ex/predef_3A_3A/Crypto/Substitution.html'><b class='head'>Crypto.Substitution</b></a>
|
03490b | 2002-12-31 | Martin Nilsson | | <script></script>
<noscript>
<div class='sidebar'>
|
bad797 | 2004-02-14 | Martin Nilsson | | <a href='../../../../ex/predef_3A_3A/Crypto/Substitution/index.html'><b>Symbol index</b></a><br />
|
03490b | 2002-12-31 | Martin Nilsson | | </div>
</noscript>
|
36ee1e | 2015-10-12 | Pontus Östlund | | </div>
</nav>
|
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | </div>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <div class="content">
<div class="navbox">
<nav>
<div class="sidebar">
<a href="../../../../ex/predef_3A_3A/Crypto/Substitution/set_ACA_K3_key.html" class="prev"><span>➤</span> Crypto.Substitution()->set_ACA_K3_key()</a>
<a href="../../../../ex/predef_3A_3A/Crypto/Substitution/set_key.html" class="next">Crypto.Substitution()->set_key() <span>➤</span></a>
</div>
</nav>
</div>
<div class="contentbox">
<article>
<h1>Method Crypto.Substitution()->set_ACA_K4_key()</h1>
|
03490b | 2002-12-31 | Martin Nilsson | |
<hr />
<dl class='group--doc'>
<dt class='head--type'><span class='homogen--type'>Method</span>
<span class='homogen--name'><b>set_ACA_K4_key</b></span>
</dt>
|
e6ea1a | 2022-11-05 | Martin Nilsson | | <dd><p><code><code class='object resolved'><a class='ms reference' href='../../../predef_3A_3A/Crypto/Substitution.html'>this_program</a></code> <b><span class='method'>set_ACA_K4_key</span>(</b><code class='datatype'>string</code> <code class='argument'>key1</code>, <code class='datatype'>string</code> <code class='argument'>key2</code>, <code class='datatype'>void</code>|<code class='datatype'>int</code> <code class='argument'>offset</code>, <code class='datatype'>array</code>(<code class='datatype'>string</code>)|<code class='datatype'>void</code> <code class='argument'>alphabet</code><b>)</b></code></p></dd>
|
03490b | 2002-12-31 | Martin Nilsson | |
<dt class='head--doc'>Description</dt>
<dd class='body--doc'><p>Sets the key according to ACA K4 key generation. Both the plaintext
|
81c07f | 2003-03-19 | Martin Nilsson | | and the cryptogram alphabets are prepended with the keywords <code class='reference paramref'>key1</code>
and <code class='reference paramref'>key2</code>. The plaintext alphabet is then rotated <code class='reference paramref'>offset</code> number
|
03490b | 2002-12-31 | Martin Nilsson | | of steps.</p>
</dd></dl>
|
36ee1e | 2015-10-12 | Pontus Östlund | | </article>
</div>
|
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | </div>
</div>
|
36ee1e | 2015-10-12 | Pontus Östlund | | <footer>
|
078087 | 2016-10-04 | Pontus Östlund | | <div id="build-date">Extracted from <strong data-id="version"></strong> as of <strong data-id="date" data-timestamp=""></strong>.</div>
|
36ee1e | 2015-10-12 | Pontus Östlund | | </footer>
|
7e5ead | 2016-01-20 | Pontus Östlund | | <script>PikeDoc.current = {"link":"ex/predef_3A_3A/Crypto/Substitution/set_ACA_K4_key.html","name":"set_ACA_K4_key"};</script>
|
bad797 | 2004-02-14 | Martin Nilsson | | <script src='../../../../ex/predef_3A_3A/Crypto/Substitution/index.js'></script>
<script src='../../../../ex/predef_3A_3A/Crypto/Substitution/load_index.js'></script>
|
7e5ead | 2016-01-20 | Pontus Östlund | | <script>
// Tell PikeDoc that next actions are from loaded scripts
PikeDoc.isInline = false;
</script>
</body>
|
b70756 | 2011-03-06 | Henrik Grubbström (Grubba) | | </html>
|