Skip to content

Commit

Permalink
Xpass sync with EN (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Jan 6, 2025
1 parent 3a1353e commit 372bb2d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions reference/xpass/constants.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: f6678a706bcd7f991616e2fba32eedda3821f385 Maintainer: Fan2Shrek Status: ready -->
<!-- EN-Revision: Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<appendix xml:id="xpass.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;

<simpara>
L'extension Xpass fournit divers ensembles de constantes.
Les méthodes de hachage (CRYPT_PREFIX_) pour le paramètre de préfixe de <function>crypt_gensalt</function>.
Les codes d'erreur (CRYPT_SALT_) retournés par <function>crypt_checksalt</function>.
Les algorithmes de mots de passe (PASSWORD_) pour le paramètre algo de <function>password_hash</function>.
Méthodes de hachage (<constant>CRYPT_PREFIX_<replaceable>*</replaceable></constant>) pour le
paramètre prefix de <function>crypt_gensalt</function>.
Codes d'erreur (<constant>CRYPT_SALT_<replaceable>*</replaceable></constant>) retournés par
<function>crypt_checksalt</function>.
Algorithmes de mot de passe (<constant>PASSWORD_<replaceable>*</replaceable></constant>) pour le
paramètre algo de <function>password_hash</function>.
</simpara>

<variablelist xml:id="xpass.constants.algo">
Expand Down

0 comments on commit 372bb2d

Please sign in to comment.