Skip to content

Commit 6316440

Browse files
author
GitHub Action
committed
Deployed 684bb5c to 8.0 with MkDocs 1.5.3 and mike 2.0.0
1 parent 5e9bd71 commit 6316440

File tree

3 files changed

+45
-21
lines changed

3 files changed

+45
-21
lines changed

8.0/search/search_index.json

+1-1
Large diffs are not rendered by default.

8.0/sitemap.xml.gz

0 Bytes
Binary file not shown.

8.0/xbcrypt-options.html

+44-20
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset="utf-8">
99
<meta name="viewport" content="width=device-width,initial-scale=1">
1010

11-
<meta name="description" content="The xbcrypt binary has the following command line options:">
11+
<meta name="description" content="Usage:">
1212

1313

1414
<meta name="author" content="Percona LLC">
@@ -2185,18 +2185,18 @@
21852185
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
21862186

21872187
<li class="md-nav__item">
2188-
<a href="#encrypt-algo" class="md-nav__link">
2188+
<a href="#decrypt" class="md-nav__link">
21892189
<span class="md-ellipsis">
2190-
encrypt-algo
2190+
decrypt
21912191
</span>
21922192
</a>
21932193

21942194
</li>
21952195

21962196
<li class="md-nav__item">
2197-
<a href="#decrypt" class="md-nav__link">
2197+
<a href="#encrypt-algo" class="md-nav__link">
21982198
<span class="md-ellipsis">
2199-
decrypt
2199+
encrypt-algo
22002200
</span>
22012201
</a>
22022202

@@ -2254,6 +2254,15 @@
22542254
</span>
22552255
</a>
22562256

2257+
</li>
2258+
2259+
<li class="md-nav__item">
2260+
<a href="#read-buffer-size" class="md-nav__link">
2261+
<span class="md-ellipsis">
2262+
read-buffer-size
2263+
</span>
2264+
</a>
2265+
22572266
</li>
22582267

22592268
<li class="md-nav__item">
@@ -4491,18 +4500,18 @@
44914500
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
44924501

44934502
<li class="md-nav__item">
4494-
<a href="#encrypt-algo" class="md-nav__link">
4503+
<a href="#decrypt" class="md-nav__link">
44954504
<span class="md-ellipsis">
4496-
encrypt-algo
4505+
decrypt
44974506
</span>
44984507
</a>
44994508

45004509
</li>
45014510

45024511
<li class="md-nav__item">
4503-
<a href="#decrypt" class="md-nav__link">
4512+
<a href="#encrypt-algo" class="md-nav__link">
45044513
<span class="md-ellipsis">
4505-
decrypt
4514+
encrypt-algo
45064515
</span>
45074516
</a>
45084517

@@ -4560,6 +4569,15 @@
45604569
</span>
45614570
</a>
45624571

4572+
</li>
4573+
4574+
<li class="md-nav__item">
4575+
<a href="#read-buffer-size" class="md-nav__link">
4576+
<span class="md-ellipsis">
4577+
read-buffer-size
4578+
</span>
4579+
</a>
4580+
45634581
</li>
45644582

45654583
<li class="md-nav__item">
@@ -4618,32 +4636,38 @@
46184636

46194637

46204638
<h1 id="the-xbcrypt-command-line-options">The xbcrypt command-line options<a class="headerlink" href="#the-xbcrypt-command-line-options" title="Permanent link">&para;</a></h1>
4639+
<p>Usage: </p>
4640+
<div class="no-copy highlight"><pre><span></span><code>$ xbcrypt[OPTIONS]
4641+
</code></pre></div>
46214642
<p>The <code>xbcrypt</code> binary has the following command line options:</p>
4622-
<h3 id="encrypt-algo">encrypt-algo<a class="headerlink" href="#encrypt-algo" title="Permanent link">&para;</a></h3>
4623-
<p>usage: <code>-a</code> <code>--encrypt-algo</code></p>
4624-
<p>Defines the name of the encryption algorithm.</p>
46254643
<h3 id="decrypt">decrypt<a class="headerlink" href="#decrypt" title="Permanent link">&para;</a></h3>
46264644
<p>usage: <code>-d</code> <code>--decrypt</code></p>
46274645
<p>Decrypt data input to output.</p>
4646+
<h3 id="encrypt-algo">encrypt-algo<a class="headerlink" href="#encrypt-algo" title="Permanent link">&para;</a></h3>
4647+
<p>usage: <code>-a=name</code> <code>--encrypt-algo=name</code></p>
4648+
<p>Defines the name of the encryption algorithm.</p>
46284649
<h3 id="encrypt-chunk-size">encrypt-chunk-size<a class="headerlink" href="#encrypt-chunk-size" title="Permanent link">&para;</a></h3>
4629-
<p>usage: <code>-s</code> <code>--encrypt-chunk-size</code></p>
4650+
<p>usage: <code>-s=#</code> <code>--encrypt-chunk-size=#</code></p>
46304651
<p>Defines the size of the working buffer for encryption in bytes. The default value is <code>64000</code>.</p>
46314652
<h3 id="encrypt-key">encrypt-key<a class="headerlink" href="#encrypt-key" title="Permanent link">&para;</a></h3>
4632-
<p>usage: <code>-k</code> <code>--encrypt-key</code></p>
4653+
<p>usage: <code>-k=name</code> <code>--encrypt-key=name</code></p>
46334654
<p>The name of the encryption key.</p>
46344655
<h3 id="encrypt-key-file">encrypt-key-file<a class="headerlink" href="#encrypt-key-file" title="Permanent link">&para;</a></h3>
4635-
<p>usage: <code>-f</code> <code>--encrypt-key-file</code></p>
4656+
<p>usage: <code>-f=name</code> <code>--encrypt-key-file=name</code></p>
46364657
<p>The name of the file that contains the encryption key.</p>
46374658
<h3 id="encrypt-threads">encrypt-threads<a class="headerlink" href="#encrypt-threads" title="Permanent link">&para;</a></h3>
4638-
<p>usage: <code>--encrypt-threads</code></p>
4659+
<p>usage: <code>--encrypt-threads=#</code></p>
46394660
<p>This option specifies the number of worker threads used for
4640-
parallel encryption/decryption.</p>
4661+
parallel encryption/decryption. The default value is 1.</p>
46414662
<h3 id="input">input<a class="headerlink" href="#input" title="Permanent link">&para;</a></h3>
4642-
<p>usage: <code>-i</code> <code>--input</code></p>
4663+
<p>usage: <code>-i=name</code> <code>--input=name</code></p>
46434664
<p>Defines the name of the optional input file. If the name is not specified, the input reads from the standard input.</p>
46444665
<h3 id="output">output<a class="headerlink" href="#output" title="Permanent link">&para;</a></h3>
4645-
<p>usage: <code>-o</code> <code>--output</code></p>
4666+
<p>usage: <code>-o=name</code> <code>--output=name</code></p>
46464667
<p>Defines the name of the optional output file. If this name is not specified, the output is written to the standard output.</p>
4668+
<h3 id="read-buffer-size">read-buffer-size<a class="headerlink" href="#read-buffer-size" title="Permanent link">&para;</a></h3>
4669+
<p>usage: <code>--read-buffer-size=#</code></p>
4670+
<p>Read the buffer size. The default value is 10MB. </p>
46474671
<h3 id="verbose">verbose<a class="headerlink" href="#verbose" title="Permanent link">&para;</a></h3>
46484672
<p>usage: <code>-v</code> <code>--verbose</code></p>
46494673
<p>Display status in verbose mode.</p>
@@ -4662,7 +4686,7 @@ <h2 class="title" id="get-expert-help">Get expert help<a class="headerlink" href
46624686
<small>
46634687

46644688
Last update:
4665-
2024-01-19
4689+
2024-02-09
46664690

46674691
</small>
46684692
</div>

0 commit comments

Comments
 (0)