You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SPEC.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
This plugin's purpose is to enable encryption and decryption of files with age and FIDO2 tokens (such as YubiKeys, NitroKeys etc.). Unlike `age-plugin-yubikey`[1], which stores a key on the token, file keys are wrapped in a _stateless manner_ by utilizing the `hmac-secret` extension [2], similar to how systemd-cryptenroll implements it [3]. Thus, this plugin is inspired by the proof-of-concept plugin `age-plugin-fido`[4] and seeks to
9
9
10
-
- be complicant with the age plugin specification [5],
10
+
- be compliant with the age plugin specification [5],
11
11
- implement the notion of recipients/identities using _non-discoverable credentials_,
12
12
- support encryption/decryption with one or more fido2 tokens,
13
13
- and provide decent user experience and error handling.
0 commit comments