common/base32, common/base64: standardize all translations (#13807)
This commit is contained in:

committed by
GitHub

parent
28cc4231b2
commit
a4fdb76fb0
@@ -1,15 +1,19 @@
|
||||
# base64
|
||||
|
||||
> Bir dosya veya standart veriyi Base64 formatında şifrele veya yalın veri çıktısı olarak deşifre et.
|
||||
> Daha fazla bilgi için: <https://www.gnu.org/software/coreutils/base64>.
|
||||
> Daha fazla bilgi için: <https://manned.org/base64>.
|
||||
|
||||
- Bir dosyayı şifrele:
|
||||
|
||||
`base64 {{dosyaismi}}`
|
||||
`base64 {{dosya/yolu}}`
|
||||
|
||||
- Kodlanmış çıktıyı belirli bir genişlikte sar (`0` sarmayı devre dışı bırakır):
|
||||
|
||||
`base64 {{-w|--wrap}} {{0|76|...}} {{dosya/yolu}}`
|
||||
|
||||
- Bir dosyayı deşifre et:
|
||||
|
||||
`base64 --decode {{dosyaismi}}`
|
||||
`base64 {{-d|--decode}} {{dosya/yolu}}`
|
||||
|
||||
- `stdin`'den şifrele:
|
||||
|
||||
@@ -17,4 +21,4 @@
|
||||
|
||||
- `stdin`'den deşifre et:
|
||||
|
||||
`{{herhangibirkomut}} | base64 --decode`
|
||||
`{{herhangibirkomut}} | base64 {{-d|--decode}}`
|
||||
|
Reference in New Issue
Block a user