- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 487 for HASH (0.11 sec)
-
docs/en/docs/tutorial/sql-databases.md
/// tip This is how you would handle **passwords**. Receive them, but don't return them in the API. You would also **hash** the values of the passwords before storing them, **never store them in plain text**. /// The fields of `HeroCreate` are: * `name` * `age` * `secret_name`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 15.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverRequest.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 20.8K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.crawler=Crawler labels.crudMode=Modus labels.errorCountMax=Maximale Fehleranzahl labels.errorCountMin=Minimale Fehleranzahl labels.facet=Facette labels.geo=Geo labels.groups=Gruppen labels.hash=Hash labels.kuromojiFile=Kuromoji-Datei labels.maxSize=Maximale Größe labels.order=Reihenfolge labels.purgeSuggestSearchLogDay=Alte Vorschlagsinformationen löschen labels.q=Abfrage labels.roles=Rollen
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
cmd/test-utils_test.go
"github.com/minio/minio-go/v7/pkg/signer" "github.com/minio/minio/internal/auth" "github.com/minio/minio/internal/config" "github.com/minio/minio/internal/crypto" "github.com/minio/minio/internal/hash" "github.com/minio/minio/internal/logger" "github.com/minio/mux" "github.com/minio/pkg/v3/policy" ) // TestMain to set up global env. func TestMain(m *testing.M) { flag.Parse()
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 77K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelManager.java
// MS-SMB2 3.2.4.1.6: Alternative Channel Creation // Channel binding requires SMB2_SESSION_FLAG_BINDING (0x01) in session setup // Calculate channel binding hash per MS-SMB2 3.2.5.3.1 byte[] bindingInfo = calculateBindingInfo(channel); byte[] bindingHash = calculateBindingHash(bindingInfo); channel.setBindingHash(bindingHash);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 20K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2SigningDigestTest.java
} } @Test @DisplayName("Should create digest for SMB 3.1.1 with AES-CMAC and preauth hash") void testConstructorSmb311WithPreauthHash() throws GeneralSecurityException { try (MockedStatic<Smb3KeyDerivation> mockedKeyDerivation = mockStatic(Smb3KeyDerivation.class)) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 43.7K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.confirmPassword=Confirm labels.crawler=Crawler labels.crudMode=Mode labels.errorCountMax=Max Error Count labels.errorCountMin=Min Error Count labels.facet=Facet labels.geo=Geo labels.groups=Groups labels.hash=Hash labels.kuromojiFile=Kuromoji File labels.maxSize=Max Size labels.order=Order labels.purgeSuggestSearchLogDay=Delete old suggest info labels.q=Query labels.roles=Roles labels.suggestSearchLog=Suggest Search Log
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
docs/pt/docs/tutorial/sql-databases.md
/// tip | Dica É assim que você trataria **senhas**. Receba-as, mas não as retorne na API. Você também faria um **hash** com os valores das senhas antes de armazená-los, **nunca os armazene em texto simples**. /// Os campos de `HeroCreate` são: * `name` * `age` * `secret_name`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Oct 27 15:25:29 UTC 2024 - 15.8K bytes - Viewed (0) -
guava/src/com/google/common/base/Functions.java
return map.equals(that.map) && Objects.equals(defaultValue, that.defaultValue); } return false; } @Override public int hashCode() { return Objects.hash(map, defaultValue); } @Override public String toString() { // TODO(cpovirk): maybe remove "defaultValue=" to make this look like the method call does
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 06 17:32:30 UTC 2025 - 15.4K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.crawler=Crawler labels.crudMode=Tryb labels.errorCountMax=Maksymalna liczba błędów labels.errorCountMin=Minimalna liczba błędów labels.facet=Faseta labels.geo=Geo labels.groups=Grupy labels.hash=Hash labels.kuromojiFile=Plik kuromoji labels.maxSize=Maksymalny rozmiar labels.order=Kolejność labels.purgeSuggestSearchLogDay=Usuń poprzednie informacje o sugestiach labels.q=Zapytanie labels.roles=Role
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0)