8
8
< meta charset ="utf-8 ">
9
9
< meta name ="viewport " content ="width=device-width,initial-scale=1 ">
10
10
11
- < meta name ="description " content ="The xbcrypt binary has the following command line options : ">
11
+ < meta name ="description " content ="Usage : ">
12
12
13
13
14
14
< meta name ="author " content ="Percona LLC ">
2185
2185
< ul class ="md-nav__list " data-md-component ="toc " data-md-scrollfix >
2186
2186
2187
2187
< li class ="md-nav__item ">
2188
- < a href ="#encrypt-algo " class ="md-nav__link ">
2188
+ < a href ="#decrypt " class ="md-nav__link ">
2189
2189
< span class ="md-ellipsis ">
2190
- encrypt-algo
2190
+ decrypt
2191
2191
</ span >
2192
2192
</ a >
2193
2193
2194
2194
</ li >
2195
2195
2196
2196
< li class ="md-nav__item ">
2197
- < a href ="#decrypt " class ="md-nav__link ">
2197
+ < a href ="#encrypt-algo " class ="md-nav__link ">
2198
2198
< span class ="md-ellipsis ">
2199
- decrypt
2199
+ encrypt-algo
2200
2200
</ span >
2201
2201
</ a >
2202
2202
2254
2254
</ span >
2255
2255
</ a >
2256
2256
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
+
2257
2266
</ li >
2258
2267
2259
2268
< li class ="md-nav__item ">
4491
4500
< ul class ="md-nav__list " data-md-component ="toc " data-md-scrollfix >
4492
4501
4493
4502
< li class ="md-nav__item ">
4494
- < a href ="#encrypt-algo " class ="md-nav__link ">
4503
+ < a href ="#decrypt " class ="md-nav__link ">
4495
4504
< span class ="md-ellipsis ">
4496
- encrypt-algo
4505
+ decrypt
4497
4506
</ span >
4498
4507
</ a >
4499
4508
4500
4509
</ li >
4501
4510
4502
4511
< li class ="md-nav__item ">
4503
- < a href ="#decrypt " class ="md-nav__link ">
4512
+ < a href ="#encrypt-algo " class ="md-nav__link ">
4504
4513
< span class ="md-ellipsis ">
4505
- decrypt
4514
+ encrypt-algo
4506
4515
</ span >
4507
4516
</ a >
4508
4517
4560
4569
</ span >
4561
4570
</ a >
4562
4571
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
+
4563
4581
</ li >
4564
4582
4565
4583
< li class ="md-nav__item ">
4618
4636
4619
4637
4620
4638
< h1 id ="the-xbcrypt-command-line-options "> The xbcrypt command-line options< a class ="headerlink " href ="#the-xbcrypt-command-line-options " title ="Permanent link "> ¶</ a > </ h1 >
4639
+ < p > Usage: </ p >
4640
+ < div class ="no-copy highlight "> < pre > < span > </ span > < code > $ xbcrypt[OPTIONS]
4641
+ </ code > </ pre > </ div >
4621
4642
< 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 "> ¶</ a > </ h3 >
4623
- < p > usage: < code > -a</ code > < code > --encrypt-algo</ code > </ p >
4624
- < p > Defines the name of the encryption algorithm.</ p >
4625
4643
< h3 id ="decrypt "> decrypt< a class ="headerlink " href ="#decrypt " title ="Permanent link "> ¶</ a > </ h3 >
4626
4644
< p > usage: < code > -d</ code > < code > --decrypt</ code > </ p >
4627
4645
< p > Decrypt data input to output.</ p >
4646
+ < h3 id ="encrypt-algo "> encrypt-algo< a class ="headerlink " href ="#encrypt-algo " title ="Permanent link "> ¶</ 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 >
4628
4649
< h3 id ="encrypt-chunk-size "> encrypt-chunk-size< a class ="headerlink " href ="#encrypt-chunk-size " title ="Permanent link "> ¶</ 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 >
4630
4651
< p > Defines the size of the working buffer for encryption in bytes. The default value is < code > 64000</ code > .</ p >
4631
4652
< h3 id ="encrypt-key "> encrypt-key< a class ="headerlink " href ="#encrypt-key " title ="Permanent link "> ¶</ 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 >
4633
4654
< p > The name of the encryption key.</ p >
4634
4655
< h3 id ="encrypt-key-file "> encrypt-key-file< a class ="headerlink " href ="#encrypt-key-file " title ="Permanent link "> ¶</ 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 >
4636
4657
< p > The name of the file that contains the encryption key.</ p >
4637
4658
< h3 id ="encrypt-threads "> encrypt-threads< a class ="headerlink " href ="#encrypt-threads " title ="Permanent link "> ¶</ a > </ h3 >
4638
- < p > usage: < code > --encrypt-threads</ code > </ p >
4659
+ < p > usage: < code > --encrypt-threads=# </ code > </ p >
4639
4660
< 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 >
4641
4662
< h3 id ="input "> input< a class ="headerlink " href ="#input " title ="Permanent link "> ¶</ a > </ h3 >
4642
- < p > usage: < code > -i</ code > < code > --input</ code > </ p >
4663
+ < p > usage: < code > -i=name </ code > < code > --input=name </ code > </ p >
4643
4664
< p > Defines the name of the optional input file. If the name is not specified, the input reads from the standard input.</ p >
4644
4665
< h3 id ="output "> output< a class ="headerlink " href ="#output " title ="Permanent link "> ¶</ a > </ h3 >
4645
- < p > usage: < code > -o</ code > < code > --output</ code > </ p >
4666
+ < p > usage: < code > -o=name </ code > < code > --output=name </ code > </ p >
4646
4667
< 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 "> ¶</ a > </ h3 >
4669
+ < p > usage: < code > --read-buffer-size=#</ code > </ p >
4670
+ < p > Read the buffer size. The default value is 10MB. </ p >
4647
4671
< h3 id ="verbose "> verbose< a class ="headerlink " href ="#verbose " title ="Permanent link "> ¶</ a > </ h3 >
4648
4672
< p > usage: < code > -v</ code > < code > --verbose</ code > </ p >
4649
4673
< 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
4662
4686
< small >
4663
4687
4664
4688
Last update:
4665
- 2024-01-19
4689
+ 2024-02-09
4666
4690
4667
4691
</ small >
4668
4692
</ div >
0 commit comments