passphrase prompt

This commit is contained in:
2023-05-23 00:44:51 +02:00
parent 6a53d9fd58
commit 6f19ee94d1
6 changed files with 110 additions and 27 deletions

1
src/types.d.ts vendored
View File

@@ -42,6 +42,7 @@ declare global {
}
type ClientKey = string
type EncryptedEncryptionKey = string
type EncryptionKey = string
}
export {}