Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 651 for password1 (0.23 seconds)

  1. docs/ru/docs/tutorial/security/oauth2-jwt.md

    При этом пользователи смогут одновременно входить в систему как из приложения Django, так и из приложения **FastAPI**.
    
    ///
    
    ## Хеширование и проверка паролей { #hash-and-verify-the-passwords }
    
    Импортируйте необходимые инструменты из `pwdlib`.
    
    Создайте экземпляр PasswordHash с рекомендованными настройками — он будет использоваться для хэширования и проверки паролей.
    
    /// tip | Подсказка
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 19.7K bytes
    - Click Count (0)
  2. src/main/java/jcifs/dcerpc/msrpc/srvsvc.java

             */
            public int current_uses;
            /**
             * The local path of the share.
             */
            public String path;
            /**
             * The share password (if any).
             */
            public String password;
            /**
             * The size of the security descriptor.
             */
            public int sd_size;
            /**
             * The security descriptor bytes.
             */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 27K bytes
    - Click Count (0)
  3. docs/pt/docs/tutorial/security/oauth2-jwt.md

    E seus usuários poderiam fazer login tanto pela sua aplicação Django quanto pela sua aplicação **FastAPI**, ao mesmo tempo.
    
    ///
    
    ## Criar o hash e verificar as senhas { #hash-and-verify-the-passwords }
    
    Importe as ferramentas que nós precisamos de `pwdlib`.
    
    Crie uma instância de PasswordHash com as configurações recomendadas – ela será usada para criar o hash e verificar as senhas.
    
    /// tip | Dica
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 11.6K bytes
    - Click Count (0)
  4. src/main/resources/fess_message_de.properties

    errors.invalid_str_is_included = {1} ist für {0} ungültig.
    errors.blank_password = Passwort ist erforderlich.
    errors.password_length = Das Passwort muss mindestens {0} Zeichen lang sein.
    errors.password_no_uppercase = Das Passwort muss mindestens einen Großbuchstaben enthalten.
    errors.password_no_lowercase = Das Passwort muss mindestens einen Kleinbuchstaben enthalten.
    errors.password_no_digit = Das Passwort muss mindestens eine Ziffer enthalten.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.6K bytes
    - Click Count (0)
  5. docs/fr/docs/tutorial/security/oauth2-jwt.md

    Et vos utilisateurs pourraient se connecter depuis votre application Django ou depuis votre application **FastAPI**, en même temps.
    
    ///
    
    ## Hacher et vérifier les mots de passe { #hash-and-verify-the-passwords }
    
    Importez les outils nécessaires depuis `pwdlib`.
    
    Créez une instance PasswordHash avec les réglages recommandés ; elle sera utilisée pour hacher et vérifier les mots de passe.
    
    /// tip | Astuce
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.6K bytes
    - Click Count (0)
  6. docs/uk/docs/tutorial/security/oauth2-jwt.md

    І ваші користувачі зможуть входити як із вашого застосунку Django, так і з вашого застосунку **FastAPI** одночасно.
    
    ///
    
    ## Хешування і перевірка паролів { #hash-and-verify-the-passwords }
    
    Імпортуйте потрібні інструменти з `pwdlib`.
    
    Створіть екземпляр PasswordHash з рекомендованими налаштуваннями - він буде використаний для хешування та перевірки паролів.
    
    /// tip | Порада
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 17.9K bytes
    - Click Count (0)
  7. TESTING.asciidoc

    actual algorithm used, or depend on default values for the test cluster nodes.
    
    ==== Password length
    
    While using `pbkdf2` as the password hashing algorithm, FIPS 140-2 imposes a requirement that
    passwords are longer than 14 characters. You can either ensure that all test user passwords in
    your test are longer than 14 characters and use i.e. `SecurityIntegTestCase#getFastStoredHashAlgoForTests`
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jun 07 13:55:20 GMT 2021
    - 32.5K bytes
    - Click Count (0)
  8. docs/de/docs/tutorial/response-model.md

    Immer wenn jetzt ein Browser einen Benutzer mit Passwort erzeugt, gibt die API dasselbe Passwort in der Response zurück.
    
    Hier ist das möglicherweise kein Problem, da es derselbe Benutzer ist, der das Passwort sendet.
    
    Aber wenn wir dasselbe Modell für eine andere *Pfadoperation* verwenden, könnten wir das Passwort dieses Benutzers zu jedem Client schicken.
    
    /// danger | Gefahr
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 17.5K bytes
    - Click Count (0)
  9. okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt

      }
    
      @Test
      fun decodePassword() {
        assertThat(parse("http://user:password@host/").password).isEqualTo("password")
        assertThat(parse("http://user:@host/").password).isEqualTo("")
        assertThat(parse("http://user:%F0%9F%8D%A9@host/").password)
          .isEqualTo("\uD83C\uDF69")
      }
    
      @Test
      fun decodeSlashCharacterInDecodedPathSegment() {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Mon Aug 04 07:38:48 GMT 2025
    - 69.9K bytes
    - Click Count (0)
  10. docs/ko/docs/tutorial/security/oauth2-jwt.md

    ///
    
    ## 패스워드 해싱 { #password-hashing }
    
    "해싱(Hashing)"은 어떤 내용(여기서는 패스워드)을 알아볼 수 없는 바이트 시퀀스(그냥 문자열)로 변환하는 것을 의미합니다.
    
    정확히 같은 내용(정확히 같은 패스워드)을 넣으면 정확히 같은 알아볼 수 없는 문자열이 나옵니다.
    
    하지만 그 알아볼 수 없는 문자열에서 다시 패스워드로 되돌릴 수는 없습니다.
    
    ### 패스워드 해싱을 사용하는 이유 { #why-use-password-hashing }
    
    데이터베이스를 탈취당하더라도, 침입자는 사용자의 평문 패스워드 대신 해시만 얻게 됩니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 13K bytes
    - Click Count (0)
Back to Top