Remove key creation timestamp from pubkey that is sent out
Open
- Dominant language
- Rust
- Stars
- 929
- Forks
- 143
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 53
Description
The key creation timestamp is potentially sensitive information which we don't want to send out because there is no need for it. So, it should be set to 0 or the current date or some fixed number.
This may require a new API in rPGP.
This will also make something like https://github.com/chatmail/core/pull/8218 superflous.
cc @link2xt
Contributor guide
Assessment
This issue has not been assessed yet.