Author: Chinmaya Sharma
-
Inside the Java Native Interface (JNI)
The Java Native Interface (JNI) stands as a pivotal link between the realms of Java and native programming languages like C and C++. It plays a crucial role in Java programming, particularly when integrating native libraries — .so files in Linux or .dll files in Windows. JNI allows Java applications to access and leverage the…
-
Key Extraction by uprobe Attachment on OpenSSL for SSL Inspection
Man-in-the-middle attacks are elegantly mitigated in TLS, with TLS1.3 introducing more robust encryption protocols and a streamlined handshake process that significantly reduces the vulnerability to these types of attacks. By employing stricter encryption standards and eliminating outdated cipher suites, TLS 1.3 enhances security measures to effectively counter potential interception and unauthorised data decryption. This upgrade…