From f28de0223c484af5012e86b4b23dab7f7363387f Mon Sep 17 00:00:00 2001 From: Eyob <103565328+Eyob94@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:56:40 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5094ef5..3967705 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# shush +# shush-rs -A Rust crate designed to manage sensitive data securely by leveraging memory protection mechanisms. It extends the functionality of the [secrecy](https://crates.io/crates/secrecy) crate to provide enhanced security features using memory locking and protection techniques. Specifically, `shush` ensures that secrets are kept safe from unauthorized access and are properly zeroized when no longer needed. +A Rust crate designed to manage sensitive data securely by leveraging memory protection mechanisms. It extends the functionality of the [secrecy](https://crates.io/crates/secrecy) crate to provide enhanced security features using memory locking and protection techniques. Specifically, `shush-rs` ensures that secrets are kept safe from unauthorized access and are properly zeroized when no longer needed. ### Brief overview