diff --git a/Cargo.toml b/Cargo.toml index 2cf4d20..23bbc19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "altcha-lib-rs" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["jmic "] description = "Community implementation of the Altcha library in Rust for your own server application to create and validate challenges and responses." diff --git a/README.md b/README.md index b64b4ef..2e1c53d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ For more information about ALTCHA - Generates and validates self-hosted challenges - Expiring challenges option - Supports the algorithms SHA256, SHA384, SHA512, and SHA1 (via optional feature flag) +- With v0.3, enforces delimited salt to prevent replay attacks; see https://altcha.org/security-advisory/ **Not part of this library:** - Methods to call ALTCHA's spam filter API