- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for secretpassword123 (0.32 sec)
-
src/test/java/jcifs/util/SecureCredentialStorageTest.java
} if (masterPassword != null) { Arrays.fill(masterPassword, '\0'); } } @Test public void testEncryptDecrypt() throws Exception { char[] plaintext = "SecretPassword123".toCharArray(); // Encrypt byte[] encrypted = storage.encryptCredentials(plaintext); assertNotNull(encrypted, "Encrypted data should not be null");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12.7K bytes - Viewed (0) -
src/test/java/jcifs/audit/SecurityAuditLoggerTest.java
void testSensitiveDataMasking() { logger.setSensitiveDataMaskingEnabled(true); Map<String, Object> context = new HashMap<>(); context.put("password", "secretpassword123"); context.put("sessionId", "abc123def456"); context.put("username", "******@****.***"); logger.logEvent(EventType.AUTHENTICATION_SUCCESS, Severity.INFO, "Login attempt", context);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 8.6K bytes - Viewed (0)