blob: e50d3547f85c7e46382919ed753a985756cd9337 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!---
Copyright (C) 2019 Robin Krahl <robin.krahl@ireas.org>
SPDX-License-Identifier: CC0-1.0
-->
- Clear passwords from memory.
- Lock password safe in `PasswordSafe::drop()` (see [nitrokey-storage-firmware
issue 65][]).
- Consider only regenerating the null bytes instead of the complete password in
`util::generate_password`.
[nitrokey-storage-firmware issue 65]: https://github.com/Nitrokey/nitrokey-storage-firmware/issues/65
|