- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for saveEncrypted (0.12 seconds)
-
docs/smb3-features/02-persistent-handles-design.md
} } ``` ## 12. Security Considerations ### 12.1 Handle State Encryption ```java public class SecureHandleStorage { private final SecretKey encryptionKey; public void saveEncrypted(HandleInfo handle, Path file) throws Exception { Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding"); cipher.init(Cipher.ENCRYPT_MODE, encryptionKey);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 31.6K bytes - Click Count (0)