File tree 1 file changed +19
-1
lines changed 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -2252,7 +2252,7 @@ rabbitmqctl encode --cipher blowfish_cfb64 --hash sha256 --iterations 10000 \
2252
2252
2253
2253
<varlistentry >
2254
2254
<!-- one-line formatting matters for rabbit_ctl_usage.erl code generation -->
2255
- <term ><cmdsynopsis ><command >decode</command > <arg choice =" opt" ><replaceable >value</replaceable ></arg > <arg choice =" opt" ><replaceable >passphrase</replaceable ></arg ></cmdsynopsis >
2255
+ <term ><cmdsynopsis ><command >decode</command > <arg choice =" opt" ><replaceable >value</replaceable ></arg > <arg choice =" opt" ><replaceable >passphrase</replaceable ></arg ><arg choice = " opt " >--cipher < replaceable >cipher</ replaceable ></ arg > < arg choice = " opt " >--hash < replaceable >hash</ replaceable ></ arg > < arg choice = " opt " >--iterations < replaceable >iterations</ replaceable ></ arg >< /cmdsynopsis >
2256
2256
</term >
2257
2257
<listitem >
2258
2258
<variablelist >
@@ -2271,6 +2271,24 @@ rabbitmqctl encode --cipher blowfish_cfb64 --hash sha256 --iterations 10000 \
2271
2271
<screen role =" example" >rabbitmqctl decode '{encrypted, << "...">> }' mypassphrase</screen >
2272
2272
</listitem >
2273
2273
</varlistentry >
2274
+ <varlistentry >
2275
+ <term >
2276
+ <cmdsynopsis >
2277
+ <arg choice =" opt" >--cipher <replaceable >cipher</replaceable ></arg >
2278
+ <arg choice =" opt" >--hash <replaceable >hash</replaceable ></arg >
2279
+ <arg choice =" opt" >--iterations <replaceable >iterations</replaceable ></arg >
2280
+ </cmdsynopsis >
2281
+ </term >
2282
+ <listitem >
2283
+ <para >
2284
+ Options to specify the decryption settings. They can be used independently.
2285
+ </para >
2286
+ <para role =" example-prefix" >For example:</para >
2287
+ <screen role =" example" >
2288
+ rabbitmqctl decode --cipher blowfish_cfb64 --hash sha256 --iterations 10000 \
2289
+ '{encrypted,<< "cU4kaour6KG8n/rC4IZT4MfKsS/th9gdAMWjcY9ygUPIwiW4BJmVyg==">> }' mypassphrase</screen >
2290
+ </listitem >
2291
+ </varlistentry >
2274
2292
</variablelist >
2275
2293
</listitem >
2276
2294
</varlistentry >
You can’t perform that action at this time.
0 commit comments