Implement clipboard and QR presentation
This commit is contained in:
@@ -16,7 +16,9 @@ Normal generation uses the same overwrite decision and `--force` rules as
|
||||
insert. `--in-place` requires an existing entry, decrypts it, replaces only the
|
||||
bytes before its first newline, and preserves that newline and every following
|
||||
byte exactly. The generated password is returned separately as redacted,
|
||||
zeroizing data for typed terminal, clipboard, or QR presentation.
|
||||
zeroizing data for typed terminal, clipboard, or QR presentation. Clipboard and
|
||||
QR channels use the same storage-owned presentation service as `show`, so
|
||||
generated plaintext is never printed for those modes.
|
||||
|
||||
The completed entry is encrypted for the nearest recipient policy and written
|
||||
atomically. Embedded Git receives `Add generated password for ...` only after a
|
||||
|
||||
Reference in New Issue
Block a user