summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/SecretString.cpp
AgeCommit message (Expand)Author
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2021-10-19LibCore: Avoid buffer overrun when invoking crypt() with a SecretStringTimothy Flynn
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-13LibCore: Switch to AK::secure_zero instead of platform specific APIsBrian Gianforcaro
2021-09-12Core/SecretString: Use `memset_s` instead of `explicit_bzero` on MacOSMustafa Quraish
2021-09-12LibCore: Add SecretString, a buffer that is zero'd on destructionBrian Gianforcaro