- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 30 for DES (0.14 sec)
-
src/main/java/jcifs/smb1/util/DES.java
*/ public class DES { private final int[] encryptKeys = new int[32]; private final int[] decryptKeys = new int[32]; private final int[] tempInts = new int[2]; /** * Creates a DES cipher instance without a key */ public DES() { } // Constructor, byte-array key. /** * Creates a DES cipher instance with the specified key
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 22.7K bytes - Viewed (0) -
docs/fr/docs/async.md
#### Burgers parallèles Imaginons désormais que ce ne sont pas des "burgers concurrents" mais des "burgers parallèles". Vous allez avec votre crush 😍 dans un fast food 🍔 parallélisé. Vous attendez pendant que plusieurs (disons 8) serveurs qui sont aussi des cuisiniers 👨🍳👨🍳👨🍳👨🍳👨🍳👨🍳👨🍳👨🍳 prennent les commandes des personnes devant vous.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 25.4K bytes - Viewed (0) -
docs/de/docs/tutorial/security/oauth2-jwt.md
Und kopieren Sie die Ausgabe in die Variable `SECRET_KEY` (verwenden Sie nicht die im Beispiel). Erstellen Sie eine Variable `ALGORITHM` für den Algorithmus, der zum Signieren des JWT-Tokens verwendet wird, und setzen Sie sie auf `"HS256"`. Erstellen Sie eine Variable für das Ablaufdatum des Tokens. Definieren Sie ein Pydantic-Modell, das im Token-Endpunkt für die Response verwendet wird.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 12.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProviderTest.java
} public void test_withDesCipher() { // Test with DES cipher InvertibleCryptographer des = InvertibleCryptographer.createDesCipher("12345678"); FessSecurityResourceProvider provider = new FessSecurityResourceProvider(des, oneWayCryptographer); assertNotNull(provider); assertEquals(des, provider.providePrimaryInvertibleCryptographer());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.joblog_target=Cible labels.joblog_title_details=Détails du journal des tâches labels.joblog_delete_all_link=Tout supprimer labels.joblog_delete_all_confirmation=Êtes-vous sûr de vouloir tout supprimer ? labels.joblog_delete_all_cancel=Annuler labels.dict_configuration=Liste des dictionnaires labels.dict_list_title=Liste des dictionnaires labels.dict_list_link=Dictionnaire labels.dictionary_name=Nom
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
docs/fr/docs/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 22K bytes - Viewed (0) -
src/main/java/jcifs/util/Crypto.java
throw new CIFSUnsupportedCryptoException(e); } } /** * Get a DES cipher in encryption mode * * @param key * 7 or 8 byte DES key * @return DES cipher in encryption mode */ public static Cipher getDES(final byte[] key) { if (key.length == 7) { return getDES(des7to8(key));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.7K bytes - Viewed (0) -
docs/fr/docs/help-fastapi.md
Vous pouvez y sélectionner "Releases only". Ainsi, vous recevrez des notifications (dans votre courrier électronique) chaque fois qu'il y aura une nouvelle version de **FastAPI** avec des corrections de bugs et de nouvelles fonctionnalités. ## Se rapprocher de l'auteur
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 5.7K bytes - Viewed (0) -
docs/de/docs/tutorial/query-params.md
* Editor Unterstützung (natürlich) * <abbr title="Konvertieren des Strings, der von einer HTTP-Anfrage kommt, in Python-Daten">„Parsen“</abbr> der Daten * Datenvalidierung * Automatische Dokumentation ## Defaultwerte Da Query-Parameter nicht ein festgelegter Teil des Pfades sind, können sie optional sein und Defaultwerte haben.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 4.8K bytes - Viewed (0) -
docs/de/docs/tutorial/path-params.md
{* ../../docs_src/path_params/tutorial001.py hl[6:7] *} Der Wert des Pfad-Parameters `item_id` wird Ihrer Funktion als das Argument `item_id` übergeben.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 10K bytes - Viewed (0)