diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 622cef607..832eb91f6 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -2090,6 +2090,7 @@ Supported hash algorithms: [width="100%",cols="4,4,4,5,12",options="header"] |=== | Value | Algorithm | Hash size | Output (binary) | Notes +| `+crc32+` | CRC32 | 32 bits | 4 bytes | Not a hash algorithm in the cryptographic sense. | `+md5+` | MD5 | 128 bits | 16 bytes | *Weak*, not recommended for cryptography usage. | `+sha1+` | SHA-1 | 160 bits | 20 bytes | *Weak*, not recommended for cryptography usage. | `+sha224+` | SHA-224 | 224 bits | 28 bytes | @@ -2141,6 +2142,7 @@ Supported hash algorithms: [width="100%",cols="4,4,4,5,12",options="header"] |=== | Value | Algorithm | Hash size | Output (string) | Notes +| `+crc32+` | CRC32 | 32 bits | 8 hex chars | Not a hash algorithm in the cryptographic sense. | `+md5+` | MD5 | 128 bits | 32 hex chars | *Weak*, not recommended for cryptography usage. | `+sha1+` | SHA-1 | 160 bits | 40 hex chars | *Weak*, not recommended for cryptography usage. | `+sha224+` | SHA-224 | 224 bits | 56 hex chars | diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 41189dfda..bb3987a18 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -2128,6 +2128,7 @@ Algorithmes de hachage supportés : [width="100%",cols="4,4,4,5,12",options="header"] |=== | Valeur | Algorithme | Taille du haché | Sortie (binaire) | Notes +| `+crc32+` | CRC32 | 32 bits | 4 octets | Pas un algorithme de hachage au sens cryptographique. | `+md5+` | MD5 | 128 bits | 16 octets | *Faible*, non recommandé pour un usage cryptographique. | `+sha1+` | SHA-1 | 160 bits | 20 octets | *Faible*, non recommandé pour un usage cryptographique. | `+sha224+` | SHA-224 | 224 bits | 28 octets | @@ -2179,6 +2180,7 @@ Algorithmes de hachage supportés : [width="100%",cols="4,4,4,5,12",options="header"] |=== | Valeur | Algorithme | Taille du haché | Sortie (chaîne) | Notes +| `+crc32+` | CRC32 | 32 bits | 8 caractères hexa | Pas un algorithme de hachage au sens cryptographique. | `+md5+` | MD5 | 128 bits | 32 caractères hexa | *Faible*, non recommandé pour un usage cryptographique. | `+sha1+` | SHA-1 | 160 bits | 40 caractères hexa | *Faible*, non recommandé pour un usage cryptographique. | `+sha224+` | SHA-224 | 224 bits | 56 caractères hexa | diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 45325214f..c21dcfecf 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -2182,6 +2182,7 @@ Supported hash algorithms: [width="100%",cols="4,4,4,5,12",options="header"] |=== | Value | Algorithm | Hash size | Output (binary) | Notes +| `+crc32+` | CRC32 | 32 bits | 4 bytes | Not a hash algorithm in the cryptographic sense. | `+md5+` | MD5 | 128 bits | 16 bytes | *Weak*, not recommended for cryptography usage. | `+sha1+` | SHA-1 | 160 bits | 20 bytes | *Weak*, not recommended for cryptography usage. | `+sha224+` | SHA-224 | 224 bits | 28 bytes | @@ -2234,6 +2235,7 @@ Supported hash algorithms: [width="100%",cols="4,4,4,5,12",options="header"] |=== | Value | Algorithm | Hash size | Output (string) | Notes +| `+crc32+` | CRC32 | 32 bits | 8 hex chars | Not a hash algorithm in the cryptographic sense. | `+md5+` | MD5 | 128 bits | 32 hex chars | *Weak*, not recommended for cryptography usage. | `+sha1+` | SHA-1 | 160 bits | 40 hex chars | *Weak*, not recommended for cryptography usage. | `+sha224+` | SHA-224 | 224 bits | 56 hex chars | diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index c8e69621c..8ba2f4aea 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -2104,6 +2104,7 @@ Supported hash algorithms: [width="100%",cols="4,4,4,5,12",options="header"] |=== | Value | Algorithm | Hash size | Output (binary) | Notes +| `+crc32+` | CRC32 | 32 bits | 4 bytes | Not a hash algorithm in the cryptographic sense. | `+md5+` | MD5 | 128 bits | 16 bytes | *Weak*, not recommended for cryptography usage. | `+sha1+` | SHA-1 | 160 bits | 20 bytes | *Weak*, not recommended for cryptography usage. | `+sha224+` | SHA-224 | 224 bits | 28 bytes | @@ -2156,6 +2157,7 @@ Supported hash algorithms: [width="100%",cols="4,4,4,5,12",options="header"] |=== | Value | Algorithm | Hash size | Output (string) | Notes +| `+crc32+` | CRC32 | 32 bits | 8 hex chars | Not a hash algorithm in the cryptographic sense. | `+md5+` | MD5 | 128 bits | 32 hex chars | *Weak*, not recommended for cryptography usage. | `+sha1+` | SHA-1 | 160 bits | 40 hex chars | *Weak*, not recommended for cryptography usage. | `+sha224+` | SHA-224 | 224 bits | 56 hex chars | |