argonautica icon indicating copy to clipboard operation
argonautica copied to clipboard

Idiomatic argon2 password hashing for several languages

Results 26 argonautica issues
Sort by recently updated
recently updated
newest added

Arm64 build (apple-darwin) in that case. Do not work because it includes a emmintrin.h. But that is not available on arm64. Any workarounds?

Fixes compilation on arm64/aarch64 targets such as M1 Macs.

I see there is a 0.3 branch and there's some functionality lacking from the reference implementation like e.g. a `verify_no_user()` method and the like. Also the dependencies seem a bit...

currently argonautica is using `0.10` when the the latest version is `0.13`

It'd be great if I could use `argonautica` errors with `snafu`, which requires that errors embedded in custom error types implement `std::error::Error`. I haven't found any reference to this yet,...

The `failure` crate is deprecated so I'm implemeting `std::Error` for argonautica using `thiserror` crate. Related issue: https://github.com/bcmyers/argonautica/issues/15

Hello @bcmyers (I'm marking you because I didn't see any reply in other recent issues), when running `cargo audit` you can see two problems being raised as warnings: `RUSTSEC-2020-0036`: `failure`...

This raises the futures dependency from the deprecated 0.1 version to 0.3. This change aims to make the new Rust 2018 keywords "async" and "await" on the returned futures usable....

Some depedencies are outdated, like `base64` wich is now at `0.13`. The issue is that to use `generate_random_base64_string_config` we need to use `base64`::`Config` object and not a `argonautica` one, forcing...

Compilation on 0.2.0 was broken for me (an issue with bindgen/clang-sys), but using the current git version fixes the compile. I see that since the release of 0.2.0 dependencies were...