Closed tbrezot closed 1 year ago
Moving keys around can leave copies of the data in memory without the possibility of zeroizing them [1]. It is advised to use the secrecy crate for a more secure management of the secrets [2].
secrecy
The use of the zeroize is now enforced on all secrets.
zeroize
Moving keys around can leave copies of the data in memory without the possibility of zeroizing them [1]. It is advised to use the
secrecy
crate for a more secure management of the secrets [2].