- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testEncryptDecryptLongPassword (0.15 seconds)
-
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);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 12.7K bytes - Click Count (0)