bitwarden / credential-exchange

Rust implementation of Credential Exchange specification.
MIT License
0 stars 3 forks source link

Zeroize sensitive values #22

Open Hinton opened 23 hours ago

Hinton commented 23 hours ago

We would benefit from implementing Zeroize on the sensitive values in the Credential Exchange format.

Progdrasil commented 19 hours ago

It might become a slight pain to clone and remove the values from the format. We could also recommend users use a zeroizing allocator instead. It would keep the dev experience nicer.