Closed StackOverflowExcept1on closed 6 months ago
I'm working on software that uses AES encryption and I see that the rsa crate is actively using the zeroize crate as a dependency that automatically removes private keys from memory.
rsa
zeroize
Also see: https://docs.rs/zeroize/1.7.0/zeroize/struct.Zeroizing.html
Thanks for the suggestion. There's already an issue for zeroization, issue #15, so I'm going to close this as a duplicate of that.
I'm working on software that uses AES encryption and I see that the
rsa
crate is actively using thezeroize
crate as a dependency that automatically removes private keys from memory.Also see: https://docs.rs/zeroize/1.7.0/zeroize/struct.Zeroizing.html