Updated Architecture (markdown)

Dimitri Witkowski 2021-03-10 20:42:54 +01:00
parent 3be43910b5
commit dbc9840dcf
1 changed files with 1 additions and 1 deletions

@ -110,7 +110,7 @@ In other cases it's better to implement everything in JavaScript. For example, a
List of used native modules:
- [`node-keyboard-auto-type`](https://github.com/antelle/node-keyboard-auto-type): auto-type implemented in [`keyboard-auto-type`](https://github.com/antelle/keyboard-auto-type)
- [`node-keyboard-auto-type`](https://github.com/antelle/node-keyboard-auto-type): auto-type implemented using [`keyboard-auto-type`](https://github.com/antelle/keyboard-auto-type)
- [`node-argon2`](https://github.com/ranisalt/node-argon2): faster Argon2 for desktop apps
- [`node-keytar`](https://github.com/atom/node-keytar): secret management, used for settings encryption
- [`node-yubikey-chalresp`](https://github.com/antelle/node-yubikey-chalresp): YubiKey interaction