- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for nTOWFv1 (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/smb/NtlmUtilTest.java
@DisplayName("nTOWFv1 equals getNTHash across inputs") void testNTOWFv1_delegatesToGetNTHash(String password) { // Act byte[] h1 = NtlmUtil.nTOWFv1(password); byte[] h2 = NtlmUtil.getNTHash(password); // Assert assertArrayEquals(h2, h1, "nTOWFv1 should return NT hash"); assertEquals(16, h1.length, "NT hash length is 16 bytes");Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 12K bytes - Click Count (1)