mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
doc: mask SASL mechanisms dh-blowfish and dh-aes as "insecure"
This commit is contained in:
@@ -2281,8 +2281,12 @@ WeeChat unterstützt eine SASL Authentifikation, mittels verschiedener Mechanism
|
||||
* 'plain': Passwort liegt in Klarschrift vor (Standard)
|
||||
* 'ecdsa-nist256p-challenge': Abgleich von öffentlichem/privatem Schlüssel
|
||||
* 'external': SSL Zertifikat welches auf Client Seite vorliegt
|
||||
// TRANSLATION MISSING
|
||||
* 'dh-blowfish': Passwort wird mittels blowfish verschlüsselt
|
||||
(*insecure*, not recommended)
|
||||
// TRANSLATION MISSING
|
||||
* 'dh-aes': Passwort wird mittels AES verschlüsselt
|
||||
(*insecure*, not recommended)
|
||||
|
||||
[NOTE]
|
||||
Die "gcrypt" Bibliothek wird beim kompilieren von WeeChat benötigt um
|
||||
|
||||
@@ -2229,8 +2229,8 @@ WeeChat supports SASL authentication, using different mechanisms:
|
||||
* 'plain': plain text password (default)
|
||||
* 'ecdsa-nist256p-challenge': challenge with public/private key
|
||||
* 'external': client side SSL cert
|
||||
* 'dh-blowfish': blowfish encrypted password
|
||||
* 'dh-aes': AES encrypted password
|
||||
* 'dh-blowfish': blowfish encrypted password (*insecure*, not recommended)
|
||||
* 'dh-aes': AES encrypted password (*insecure*, not recommended)
|
||||
|
||||
[NOTE]
|
||||
The "gcrypt" library is required when compiling WeeChat in order to use
|
||||
|
||||
@@ -2306,8 +2306,8 @@ mécanismes :
|
||||
* 'plain' : mot de passe en clair (par défaut)
|
||||
* 'ecdsa-nist256p-challenge' : challenge avec clé publique/privée
|
||||
* 'external' : certificat SSL côté client
|
||||
* 'dh-blowfish' : mot de passe chiffré avec blowfish
|
||||
* 'dh-aes' : mot de passe chiffré avec AES
|
||||
* 'dh-blowfish' : mot de passe chiffré avec blowfish (*non sûr*, non recommandé)
|
||||
* 'dh-aes' : mot de passe chiffré avec AES (*non sûr*, non recommandé)
|
||||
|
||||
[NOTE]
|
||||
La librairie "gcrypt" est requise lors de la compilation de WeeChat pour
|
||||
|
||||
@@ -2350,9 +2350,9 @@ WeeChat supports SASL authentication, using different mechanisms:
|
||||
* 'ecdsa-nist256p-challenge': challenge with public/private key
|
||||
* 'external': certificato SSL da lato client
|
||||
// TRANSLATION MISSING
|
||||
* 'dh-blowfish': blowfish encrypted password
|
||||
* 'dh-blowfish': blowfish encrypted password (*insecure*, not recommended)
|
||||
// TRANSLATION MISSING
|
||||
* 'dh-aes': AES encrypted password
|
||||
* 'dh-aes': AES encrypted password (*insecure*, not recommended)
|
||||
|
||||
[NOTE]
|
||||
La libreria "gcrypt" è richiesta per compilare WeeChat al fine di usare il
|
||||
|
||||
@@ -2228,8 +2228,10 @@ WeeChat は SASL 認証をサポートします、以下の認証メカニズム
|
||||
* 'plain': 平文パスワード (デフォルト)
|
||||
* 'ecdsa-nist256p-challenge': 公開鍵/秘密鍵を使うチャレンジ認証
|
||||
* 'external': クライアント側 SSL 証明書
|
||||
* 'dh-blowfish': blowfish 暗号パスワード
|
||||
* 'dh-aes': AES 暗号パスワード
|
||||
// TRANSLATION MISSING
|
||||
* 'dh-blowfish': blowfish 暗号パスワード (*insecure*, not recommended)
|
||||
// TRANSLATION MISSING
|
||||
* 'dh-aes': AES 暗号パスワード (*insecure*, not recommended)
|
||||
|
||||
[NOTE]
|
||||
"dh-blowfish" メカニズムを利用する場合、"gcrypt" ライブラリが
|
||||
|
||||
@@ -2249,8 +2249,12 @@ WeeChat wspiera uwierzytelnianie SASL, używając różnych mechanizmów:
|
||||
* 'plain': hasło w czystym tekście (domyślne)
|
||||
* 'ecdsa-nist256p-challenge': klucz prywatny/publiczny
|
||||
* 'external': certyfikat SSL po stronie klienta
|
||||
// TRANSLATION MISSING
|
||||
* 'dh-blowfish': hasło zaszyfrowane algorytmem blowfish
|
||||
(*insecure*, not recommended)
|
||||
// TRANSLATION MISSING
|
||||
* 'dh-aes': hasło zaszyfrowane algorytmem AES
|
||||
(*insecure*, not recommended)
|
||||
|
||||
[NOTE]
|
||||
Biblioteka "gcrypt" jest wymagana podczas kompilacji WeeChat w celu dodania
|
||||
|
||||
Reference in New Issue
Block a user