Skip to content

Commit fdd5bea

Browse files
author
GitHub Action
committed
Deployed 08cbe09 to innovation-release with MkDocs 1.5.3 and mike 2.0.0
1 parent 13a4703 commit fdd5bea

File tree

3 files changed

+45
-21
lines changed

3 files changed

+45
-21
lines changed

innovation-release/search/search_index.json

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

innovation-release/sitemap.xml.gz

0 Bytes
Binary file not shown.

innovation-release/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">
@@ -1342,18 +1342,18 @@
13421342
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
13431343

13441344
<li class="md-nav__item">
1345-
<a href="#encrypt-algo" class="md-nav__link">
1345+
<a href="#decrypt" class="md-nav__link">
13461346
<span class="md-ellipsis">
1347-
encrypt-algo
1347+
decrypt
13481348
</span>
13491349
</a>
13501350

13511351
</li>
13521352

13531353
<li class="md-nav__item">
1354-
<a href="#decrypt" class="md-nav__link">
1354+
<a href="#encrypt-algo" class="md-nav__link">
13551355
<span class="md-ellipsis">
1356-
decrypt
1356+
encrypt-algo
13571357
</span>
13581358
</a>
13591359

@@ -1411,6 +1411,15 @@
14111411
</span>
14121412
</a>
14131413

1414+
</li>
1415+
1416+
<li class="md-nav__item">
1417+
<a href="#read-buffer-size" class="md-nav__link">
1418+
<span class="md-ellipsis">
1419+
read-buffer-size
1420+
</span>
1421+
</a>
1422+
14141423
</li>
14151424

14161425
<li class="md-nav__item">
@@ -3606,18 +3615,18 @@
36063615
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
36073616

36083617
<li class="md-nav__item">
3609-
<a href="#encrypt-algo" class="md-nav__link">
3618+
<a href="#decrypt" class="md-nav__link">
36103619
<span class="md-ellipsis">
3611-
encrypt-algo
3620+
decrypt
36123621
</span>
36133622
</a>
36143623

36153624
</li>
36163625

36173626
<li class="md-nav__item">
3618-
<a href="#decrypt" class="md-nav__link">
3627+
<a href="#encrypt-algo" class="md-nav__link">
36193628
<span class="md-ellipsis">
3620-
decrypt
3629+
encrypt-algo
36213630
</span>
36223631
</a>
36233632

@@ -3675,6 +3684,15 @@
36753684
</span>
36763685
</a>
36773686

3687+
</li>
3688+
3689+
<li class="md-nav__item">
3690+
<a href="#read-buffer-size" class="md-nav__link">
3691+
<span class="md-ellipsis">
3692+
read-buffer-size
3693+
</span>
3694+
</a>
3695+
36783696
</li>
36793697

36803698
<li class="md-nav__item">
@@ -3733,32 +3751,38 @@
37333751

37343752

37353753
<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>
3754+
<p>Usage: </p>
3755+
<div class="no-copy highlight"><pre><span></span><code>$ xbcrypt[OPTIONS]
3756+
</code></pre></div>
37363757
<p>The <code>xbcrypt</code> binary has the following command line options:</p>
3737-
<h3 id="encrypt-algo">encrypt-algo<a class="headerlink" href="#encrypt-algo" title="Permanent link">&para;</a></h3>
3738-
<p>usage: <code>-a</code> <code>--encrypt-algo</code></p>
3739-
<p>Defines the name of the encryption algorithm.</p>
37403758
<h3 id="decrypt">decrypt<a class="headerlink" href="#decrypt" title="Permanent link">&para;</a></h3>
37413759
<p>usage: <code>-d</code> <code>--decrypt</code></p>
37423760
<p>Decrypt data input to output.</p>
3761+
<h3 id="encrypt-algo">encrypt-algo<a class="headerlink" href="#encrypt-algo" title="Permanent link">&para;</a></h3>
3762+
<p>usage: <code>-a=name</code> <code>--encrypt-algo=name</code></p>
3763+
<p>Defines the name of the encryption algorithm.</p>
37433764
<h3 id="encrypt-chunk-size">encrypt-chunk-size<a class="headerlink" href="#encrypt-chunk-size" title="Permanent link">&para;</a></h3>
3744-
<p>usage: <code>-s</code> <code>--encrypt-chunk-size</code></p>
3765+
<p>usage: <code>-s=#</code> <code>--encrypt-chunk-size=#</code></p>
37453766
<p>Defines the size of the working buffer for encryption in bytes. The default value is <code>64000</code>.</p>
37463767
<h3 id="encrypt-key">encrypt-key<a class="headerlink" href="#encrypt-key" title="Permanent link">&para;</a></h3>
3747-
<p>usage: <code>-k</code> <code>--encrypt-key</code></p>
3768+
<p>usage: <code>-k=name</code> <code>--encrypt-key=name</code></p>
37483769
<p>The name of the encryption key.</p>
37493770
<h3 id="encrypt-key-file">encrypt-key-file<a class="headerlink" href="#encrypt-key-file" title="Permanent link">&para;</a></h3>
3750-
<p>usage: <code>-f</code> <code>--encrypt-key-file</code></p>
3771+
<p>usage: <code>-f=name</code> <code>--encrypt-key-file=name</code></p>
37513772
<p>The name of the file that contains the encryption key.</p>
37523773
<h3 id="encrypt-threads">encrypt-threads<a class="headerlink" href="#encrypt-threads" title="Permanent link">&para;</a></h3>
3753-
<p>usage: <code>--encrypt-threads</code></p>
3774+
<p>usage: <code>--encrypt-threads=#</code></p>
37543775
<p>This option specifies the number of worker threads used for
3755-
parallel encryption/decryption.</p>
3776+
parallel encryption/decryption. The default value is 1.</p>
37563777
<h3 id="input">input<a class="headerlink" href="#input" title="Permanent link">&para;</a></h3>
3757-
<p>usage: <code>-i</code> <code>--input</code></p>
3778+
<p>usage: <code>-i=name</code> <code>--input=name</code></p>
37583779
<p>Defines the name of the optional input file. If the name is not specified, the input reads from the standard input.</p>
37593780
<h3 id="output">output<a class="headerlink" href="#output" title="Permanent link">&para;</a></h3>
3760-
<p>usage: <code>-o</code> <code>--output</code></p>
3781+
<p>usage: <code>-o=name</code> <code>--output=name</code></p>
37613782
<p>Defines the name of the optional output file. If this name is not specified, the output is written to the standard output.</p>
3783+
<h3 id="read-buffer-size">read-buffer-size<a class="headerlink" href="#read-buffer-size" title="Permanent link">&para;</a></h3>
3784+
<p>usage: <code>--read-buffer-size=#</code></p>
3785+
<p>Read the buffer size. The default value is 10MB. </p>
37623786
<h3 id="verbose">verbose<a class="headerlink" href="#verbose" title="Permanent link">&para;</a></h3>
37633787
<p>usage: <code>-v</code> <code>--verbose</code></p>
37643788
<p>Display status in verbose mode.</p>
@@ -3777,7 +3801,7 @@ <h2 class="title" id="get-expert-help">Get expert help<a class="headerlink" href
37773801
<small>
37783802

37793803
Last update:
3780-
2024-01-26
3804+
2024-02-14
37813805

37823806
</small>
37833807
</div>

0 commit comments

Comments
 (0)