- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEncryptDecryptLongPassword (2.17 sec)
-
src/test/java/jcifs/util/SecureCredentialStorageTest.java
char[] decrypted = storage.decryptCredentials(null); assertNull(decrypted, "Decrypting null should return null"); } @Test public void testEncryptDecryptLongPassword() throws Exception { // Test with very long password char[] plaintext = new char[10000]; Arrays.fill(plaintext, 'X'); byte[] encrypted = storage.encryptCredentials(plaintext);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12.7K bytes - Viewed (0)