From eafec813aca7124253625f1bb3f4e2c8f303e726 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 3 Nov 2022 05:24:14 +0000 Subject: [PATCH 1/3] Add sources. --- about.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/about.html b/about.html index 05f0aa8..93ae207 100644 --- a/about.html +++ b/about.html @@ -65,17 +65,22 @@ which prevents an adversary from rolling back the OS or firmware version to a previous version with known security vulnerabilities.

- They also include a hardware security module - (Titan M2, improving on the first generation Titan M) + They also include a + hardware security module + (Titan M2, improving on the first generation + Titan M) which is extremely resistant to both remote and physical attacks due to being completely isolated from the rest of the system, including the operating system. Titan M2 ensures that the device cannot be remotely compromised by requiring the side buttons of the device to be physically pressed for some sensitive operations. - Titan M2 also takes the role of Android Strongbox keystore, containing sensitive user - keys which are unavailable to the OS or apps running on it without authorisation from - Titan M2 itself. Insider attack resistance ensures that Titan M2 firmware can be flashed - only if the user PIN/password is already known, making it impossible to backdoor the device - without already knowing these secrets.
+ Titan M2 also takes the role of + Android Strongbox Keymaster, + a hardware-backed Keystore + containing sensitive user keys which are unavailable to + the OS or apps running on it without authorisation from Titan M2 itself. Insider attack + resistance ensures that Titan M2 firmware can be flashed only if the user PIN/password + is already known, making it impossible to backdoor the device without already knowing + these secrets.

Google Pixel device kernels are compiled with fine-grained, forward-edge control-flow integrity and backward-edge control-flow integrity to prevent code reuse attacks against From 65ae3aa90dd112cd77ed34cac3bfe3a839f6a156 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 3 Nov 2022 05:27:50 +0000 Subject: [PATCH 2/3] Add sources. Add Contact page link to About page. --- about.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/about.html b/about.html index 93ae207..8e4a1bf 100644 --- a/about.html +++ b/about.html @@ -34,6 +34,10 @@ robustly make changes to hardware and software without the entire system being affected.


+

If you want to contact me for any reason, you can use my + contact methods.

+
+

Hardware I Use

Smartphone

From 5322a817faa34c33dd4c948bc7280caba018ed65 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 3 Nov 2022 05:29:20 +0000 Subject: [PATCH 3/3] Add underline to body links. --- infnet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/infnet.css b/infnet.css index c9f0416..f5bfbfc 100644 --- a/infnet.css +++ b/infnet.css @@ -26,6 +26,7 @@ font-family: Roboto, sans-serif; font-size: 18px; color: #ffffff; + text-decoration: underline; } .table-link {