Merge pull request #1672 from agonzalezro/patch-1
Use --decode for base64 command
This commit is contained in:
@@ -158,7 +158,7 @@ type: Opaque
|
|||||||
Decode the password field:
|
Decode the password field:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ echo "MWYyZDFlMmU2N2Rm" | base64 -d
|
$ echo "MWYyZDFlMmU2N2Rm" | base64 --decode
|
||||||
1f2d1e2e67df
|
1f2d1e2e67df
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user