Update Readme.md

This commit is contained in:
Bernd Schoolmann 2023-12-28 10:29:20 +01:00 committed by GitHub
parent 3072e90fae
commit a18af51539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,10 @@ Goldwarden is a Bitwarden compatible desktop integration written in Go. It focus
do not (yet) have or are not willing to add, and enhanced security measures that other tools do not provide, such as:
- Support for SSH Agent (Git signing and SSH login)
- Support for injecting environment variables into the environment of a cli command
- System wide autotype
- Biometric authentication (via Polkit) for each credential access
- Implements Bitwarden browser-extension biometrics on Linux
- Support for injecting environment variables into the environment of a cli command
- Vault content is held encrypted in memory and only briefly decrypted when needed
- Kernel level memory protection for keys (via the memguard library)
- Additional measures to protect against memory dumps