- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 140 for hashtag (0.05 seconds)
-
docs/es/docs/tutorial/security/oauth2-jwt.md
# OAuth2 con Password (y hashing), Bearer con tokens JWT { #oauth2-with-password-and-hashing-bearer-with-jwt-tokens } Ahora que tenemos todo el flujo de seguridad, hagamos que la aplicación sea realmente segura, usando tokens <abbr title="JSON Web Tokens">JWT</abbr> y hashing de contraseñas seguras. Este código es algo que puedes usar realmente en tu aplicación, guardar los hashes de las contraseñas en tu base de datos, etc.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 11.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/hash/MessageDigestHashFunctionTest.java
* limitations under the License. */ package com.google.common.hash; import static com.google.common.hash.Hashing.md5; import static com.google.common.hash.Hashing.sha1; import static com.google.common.hash.Hashing.sha256; import static com.google.common.hash.Hashing.sha384; import static com.google.common.hash.Hashing.sha512; import static com.google.common.truth.Truth.assertThat; import static java.nio.charset.StandardCharsets.UTF_8;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 4.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/hash/HashFunctionEnum.java
import static com.google.common.hash.Hashing.adler32; import static com.google.common.hash.Hashing.crc32; import static com.google.common.hash.Hashing.farmHashFingerprint64; import static com.google.common.hash.Hashing.goodFastHash; import static com.google.common.hash.Hashing.md5; import static com.google.common.hash.Hashing.murmur3_128; import static com.google.common.hash.Hashing.murmur3_32;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 2.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/hash/HashFunctionEnum.java
import static com.google.common.hash.Hashing.adler32; import static com.google.common.hash.Hashing.crc32; import static com.google.common.hash.Hashing.farmHashFingerprint64; import static com.google.common.hash.Hashing.goodFastHash; import static com.google.common.hash.Hashing.md5; import static com.google.common.hash.Hashing.murmur3_128; import static com.google.common.hash.Hashing.murmur3_32;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 2.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistActionTest.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.searchlist; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.codelibs.fess.app.web.CrudMode; import org.codelibs.fess.mylasta.action.FessMessages; import org.codelibs.fess.mylasta.direction.FessConfig;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:38:39 GMT 2026 - 34.4K bytes - Click Count (0) -
guava-tests/test/com/google/common/hash/MessageDigestHashFunctionTest.java
* limitations under the License. */ package com.google.common.hash; import static com.google.common.hash.Hashing.md5; import static com.google.common.hash.Hashing.sha1; import static com.google.common.hash.Hashing.sha256; import static com.google.common.hash.Hashing.sha384; import static com.google.common.hash.Hashing.sha512; import static com.google.common.truth.Truth.assertThat; import static java.nio.charset.StandardCharsets.UTF_8;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 4.9K bytes - Click Count (0) -
docs/pt/docs/tutorial/security/oauth2-jwt.md
# OAuth2 com Senha (e hashing), Bearer com tokens JWT { #oauth2-with-password-and-hashing-bearer-with-jwt-tokens } Agora que temos todo o fluxo de segurança, vamos tornar a aplicação realmente segura, usando tokens <abbr title="JSON Web Tokens">JWT</abbr> e hashing de senhas seguras. Este código é algo que você pode realmente usar na sua aplicação, salvar os hashes das senhas no seu banco de dados, etc. Vamos começar de onde paramos no capítulo anterior e incrementá-lo.
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) -
docs/tr/docs/tutorial/security/oauth2-jwt.md
/// ## Password hashing { #password-hashing } "Hashing", bazı içerikleri (bu örnekte bir password) anlamsız görünen bir bayt dizisine (pratikte bir string) dönüştürmek demektir. Aynı içeriği (aynı password'ü) her seferinde verirseniz, her seferinde aynı anlamsız çıktıyı elde edersiniz. Ancak bu anlamsız çıktıdan geri password'e dönüştürme yapılamaz. ### Neden password hashing kullanılır { #why-use-password-hashing }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 12.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/hash/MacHashFunctionTest.java
* limitations under the License. */ package com.google.common.hash; import static com.google.common.hash.Hashing.hmacMd5; import static com.google.common.hash.Hashing.hmacSha1; import static com.google.common.hash.Hashing.hmacSha256; import static com.google.common.hash.Hashing.hmacSha512; import static com.google.common.io.BaseEncoding.base16; import static com.google.common.truth.Truth.assertThat;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 14.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
} // Test GET with non-existent ID response = checkMethodBase(new HashMap<>()).get("/api/admin/crawlinginfo/log/nonexistent_id").asString(); assertEquals(1, JsonPath.from(response).getInt("response.status")); // Test PUT /api/admin/crawlinginfo/logs final Map<String, Object> putBody = new HashMap<>(); putBody.put("size", 10);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:01:34 GMT 2026 - 13.4K bytes - Click Count (0)