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 ">
1342
1342
< ul class ="md-nav__list " data-md-component ="toc " data-md-scrollfix >
1343
1343
1344
1344
< li class ="md-nav__item ">
1345
- < a href ="#encrypt-algo " class ="md-nav__link ">
1345
+ < a href ="#decrypt " class ="md-nav__link ">
1346
1346
< span class ="md-ellipsis ">
1347
- encrypt-algo
1347
+ decrypt
1348
1348
</ span >
1349
1349
</ a >
1350
1350
1351
1351
</ li >
1352
1352
1353
1353
< li class ="md-nav__item ">
1354
- < a href ="#decrypt " class ="md-nav__link ">
1354
+ < a href ="#encrypt-algo " class ="md-nav__link ">
1355
1355
< span class ="md-ellipsis ">
1356
- decrypt
1356
+ encrypt-algo
1357
1357
</ span >
1358
1358
</ a >
1359
1359
1411
1411
</ span >
1412
1412
</ a >
1413
1413
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
+
1414
1423
</ li >
1415
1424
1416
1425
< li class ="md-nav__item ">
3606
3615
< ul class ="md-nav__list " data-md-component ="toc " data-md-scrollfix >
3607
3616
3608
3617
< li class ="md-nav__item ">
3609
- < a href ="#encrypt-algo " class ="md-nav__link ">
3618
+ < a href ="#decrypt " class ="md-nav__link ">
3610
3619
< span class ="md-ellipsis ">
3611
- encrypt-algo
3620
+ decrypt
3612
3621
</ span >
3613
3622
</ a >
3614
3623
3615
3624
</ li >
3616
3625
3617
3626
< li class ="md-nav__item ">
3618
- < a href ="#decrypt " class ="md-nav__link ">
3627
+ < a href ="#encrypt-algo " class ="md-nav__link ">
3619
3628
< span class ="md-ellipsis ">
3620
- decrypt
3629
+ encrypt-algo
3621
3630
</ span >
3622
3631
</ a >
3623
3632
3675
3684
</ span >
3676
3685
</ a >
3677
3686
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
+
3678
3696
</ li >
3679
3697
3680
3698
< li class ="md-nav__item ">
3733
3751
3734
3752
3735
3753
< 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 >
3754
+ < p > Usage: </ p >
3755
+ < div class ="no-copy highlight "> < pre > < span > </ span > < code > $ xbcrypt[OPTIONS]
3756
+ </ code > </ pre > </ div >
3736
3757
< 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 "> ¶</ a > </ h3 >
3738
- < p > usage: < code > -a</ code > < code > --encrypt-algo</ code > </ p >
3739
- < p > Defines the name of the encryption algorithm.</ p >
3740
3758
< h3 id ="decrypt "> decrypt< a class ="headerlink " href ="#decrypt " title ="Permanent link "> ¶</ a > </ h3 >
3741
3759
< p > usage: < code > -d</ code > < code > --decrypt</ code > </ p >
3742
3760
< p > Decrypt data input to output.</ p >
3761
+ < h3 id ="encrypt-algo "> encrypt-algo< a class ="headerlink " href ="#encrypt-algo " title ="Permanent link "> ¶</ 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 >
3743
3764
< h3 id ="encrypt-chunk-size "> encrypt-chunk-size< a class ="headerlink " href ="#encrypt-chunk-size " title ="Permanent link "> ¶</ 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 >
3745
3766
< p > Defines the size of the working buffer for encryption in bytes. The default value is < code > 64000</ code > .</ p >
3746
3767
< h3 id ="encrypt-key "> encrypt-key< a class ="headerlink " href ="#encrypt-key " title ="Permanent link "> ¶</ 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 >
3748
3769
< p > The name of the encryption key.</ p >
3749
3770
< h3 id ="encrypt-key-file "> encrypt-key-file< a class ="headerlink " href ="#encrypt-key-file " title ="Permanent link "> ¶</ 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 >
3751
3772
< p > The name of the file that contains the encryption key.</ p >
3752
3773
< h3 id ="encrypt-threads "> encrypt-threads< a class ="headerlink " href ="#encrypt-threads " title ="Permanent link "> ¶</ a > </ h3 >
3753
- < p > usage: < code > --encrypt-threads</ code > </ p >
3774
+ < p > usage: < code > --encrypt-threads=# </ code > </ p >
3754
3775
< 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 >
3756
3777
< h3 id ="input "> input< a class ="headerlink " href ="#input " title ="Permanent link "> ¶</ a > </ h3 >
3757
- < p > usage: < code > -i</ code > < code > --input</ code > </ p >
3778
+ < p > usage: < code > -i=name </ code > < code > --input=name </ code > </ p >
3758
3779
< p > Defines the name of the optional input file. If the name is not specified, the input reads from the standard input.</ p >
3759
3780
< h3 id ="output "> output< a class ="headerlink " href ="#output " title ="Permanent link "> ¶</ a > </ h3 >
3760
- < p > usage: < code > -o</ code > < code > --output</ code > </ p >
3781
+ < p > usage: < code > -o=name </ code > < code > --output=name </ code > </ p >
3761
3782
< 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 "> ¶</ a > </ h3 >
3784
+ < p > usage: < code > --read-buffer-size=#</ code > </ p >
3785
+ < p > Read the buffer size. The default value is 10MB. </ p >
3762
3786
< h3 id ="verbose "> verbose< a class ="headerlink " href ="#verbose " title ="Permanent link "> ¶</ a > </ h3 >
3763
3787
< p > usage: < code > -v</ code > < code > --verbose</ code > </ p >
3764
3788
< 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
3777
3801
< small >
3778
3802
3779
3803
Last update:
3780
- 2024-01-26
3804
+ 2024-02-14
3781
3805
3782
3806
</ small >
3783
3807
</ div >
0 commit comments