diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-05 12:34:00 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-05 12:34:00 -0500 |
| commit | fd6c99ec4fa032c010c1d41d23a464d610e331f2 (patch) | |
| tree | 2afbfec81ae326da3bffc19ca65ffcb1ddee1a69 /static | |
| parent | 99b3df19c8b810265ca7dbabbd5a72c23b974169 (diff) | |
more attestation information
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/static/features.html b/static/features.html index 2b22d18e..6f469282 100644 --- a/static/features.html +++ b/static/features.html @@ -100,8 +100,14 @@ <li>Vanadium: hardened WebView and default browser - the WebView is what most other apps use to handle web content, so you benefit from Vanadium in many apps even if you choose another browser</li> - <li>Auditor: hardware-based attestation used to secure devices for users and - organizations instead of using it as a form of DRM</li> + <li>Auditor: hardware-based attestation used to help secure and monitor devices + for users and organizations using a pairing-based model for authentication + rather than relying on a root of trust. Puts attestation to work for the owners of + devices instead of using it as a form of DRM. It provides both local verification and + automated remote verification / device monitoring via our + <a href="https://attestation.app/">attestation.app</a> service. See the + <a href="https://attestation.app/about">detailed explanation on the site</a> for + more information.</li> <li>PDF Viewer: sandboxed, hardened PDF viewer using HiDPI rendering with pinch to zoom, text selection, etc.</li> <li>Encrypted backups via integration of the Seedvault app with support for local |
