diff options
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.adoc')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |