Home
last modified time | relevance | path

Searched refs:argon2 (Results 1 – 25 of 1805) sorted by relevance

12345678910>>...73

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/go-argon2/
H A DREADME.md1 # go-argon2
3 …ps://godoc.org/github.com/bitmark-inc/go-argon2?status.svg)](https://godoc.org/github.com/bitmark-…
6 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the winner of the
12 $ go get -d github.com/bitmark-inc/go-argon2
16 `argon2.h`. Make sure the library files are available in `/usr` or
30 $ git clone https://github.com/bitmark-inc/go-argon2.git
31 $ cd go-argon2
39 hash, err := argon2.Hash(argon2.NewContext(), []byte("password"), []byte("somesalt"))
50 ctx := &argon2.Context{
55 Mode: argon2.ModeArgon2i,
[all …]
H A Dexample_test.go15 ctx := &argon2.Context{
20 Mode: argon2.ModeArgon2i,
21 Version: argon2.Version10,
24 hash, err := argon2.Hash(ctx, password, salt)
40 ctx := &argon2.Context{
45 Mode: argon2.ModeArgon2i,
46 Version: argon2.Version10,
49 s, err := argon2.HashEncoded(ctx, password, salt)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/go-argon2/
H A DREADME.md1 # go-argon2
3 …ps://godoc.org/github.com/bitmark-inc/go-argon2?status.svg)](https://godoc.org/github.com/bitmark-…
6 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the winner of the
12 $ go get -d github.com/bitmark-inc/go-argon2
16 `argon2.h`. Make sure the library files are available in `/usr` or
30 $ git clone https://github.com/bitmark-inc/go-argon2.git
31 $ cd go-argon2
39 hash, err := argon2.Hash(argon2.NewContext(), []byte("password"), []byte("somesalt"))
50 ctx := &argon2.Context{
55 Mode: argon2.ModeArgon2i,
[all …]
H A Dexample_test.go15 ctx := &argon2.Context{
20 Mode: argon2.ModeArgon2i,
21 Version: argon2.Version10,
24 hash, err := argon2.Hash(ctx, password, salt)
40 ctx := &argon2.Context{
45 Mode: argon2.ModeArgon2i,
46 Version: argon2.Version10,
49 s, err := argon2.HashEncoded(ctx, password, salt)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/go-argon2/
H A DREADME.md1 # go-argon2
3 …ps://godoc.org/github.com/bitmark-inc/go-argon2?status.svg)](https://godoc.org/github.com/bitmark-…
6 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the winner of the
12 $ go get -d github.com/bitmark-inc/go-argon2
16 `argon2.h`. Make sure the library files are available in `/usr` or
30 $ git clone https://github.com/bitmark-inc/go-argon2.git
31 $ cd go-argon2
39 hash, err := argon2.Hash(argon2.NewContext(), []byte("password"), []byte("somesalt"))
50 ctx := &argon2.Context{
55 Mode: argon2.ModeArgon2i,
[all …]
H A Dexample_test.go15 ctx := &argon2.Context{
20 Mode: argon2.ModeArgon2i,
21 Version: argon2.Version10,
24 hash, err := argon2.Hash(ctx, password, salt)
40 ctx := &argon2.Context{
45 Mode: argon2.ModeArgon2i,
46 Version: argon2.Version10,
49 s, err := argon2.HashEncoded(ctx, password, salt)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/go-argon2/
H A DREADME.md1 # go-argon2
3 …ps://godoc.org/github.com/bitmark-inc/go-argon2?status.svg)](https://godoc.org/github.com/bitmark-…
6 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the winner of the
12 $ go get -d github.com/bitmark-inc/go-argon2
16 `argon2.h`. Make sure the library files are available in `/usr` or
30 $ git clone https://github.com/bitmark-inc/go-argon2.git
31 $ cd go-argon2
39 hash, err := argon2.Hash(argon2.NewContext(), []byte("password"), []byte("somesalt"))
50 ctx := &argon2.Context{
55 Mode: argon2.ModeArgon2i,
[all …]
H A Dexample_test.go15 ctx := &argon2.Context{
20 Mode: argon2.ModeArgon2i,
21 Version: argon2.Version10,
24 hash, err := argon2.Hash(ctx, password, salt)
40 ctx := &argon2.Context{
45 Mode: argon2.ModeArgon2i,
46 Version: argon2.Version10,
49 s, err := argon2.HashEncoded(ctx, password, salt)
/dports/devel/opendht/opendht-1.10.1/src/
H A DMakefile.am95 …GS = -std=c89 -fPIC -pthread -O3 -Wall -I@top_builddir@/argon2/include -I@top_builddir@/argon2/src
97 @top_builddir@/argon2/src/argon2.c \
98 @top_builddir@/argon2/src/core.c \
100 @top_builddir@/argon2/src/thread.c \
101 @top_builddir@/argon2/src/ref.c \
102 @top_builddir@/argon2/src/encoding.c
105 @top_builddir@/argon2/include/argon2.h \
106 @top_builddir@/argon2/src/blake2/blake2.h \
109 @top_builddir@/argon2/src/core.h \
110 @top_builddir@/argon2/src/encoding.h \
[all …]
/dports/devel/py-opendht/opendht-1.10.1/src/
H A DMakefile.am95 …GS = -std=c89 -fPIC -pthread -O3 -Wall -I@top_builddir@/argon2/include -I@top_builddir@/argon2/src
97 @top_builddir@/argon2/src/argon2.c \
98 @top_builddir@/argon2/src/core.c \
100 @top_builddir@/argon2/src/thread.c \
101 @top_builddir@/argon2/src/ref.c \
102 @top_builddir@/argon2/src/encoding.c
105 @top_builddir@/argon2/include/argon2.h \
106 @top_builddir@/argon2/src/blake2/blake2.h \
109 @top_builddir@/argon2/src/core.h \
110 @top_builddir@/argon2/src/encoding.h \
[all …]
/dports/security/py-argon2-cffi/argon2_cffi-19.1.0/docs/
H A Dapi.rst4 .. module:: argon2
20 >>> from argon2 import PasswordHasher
67 .. autoexception:: argon2.exceptions.InvalidHash
82 .. automodule:: argon2.low_level
93 >>> import argon2
94 >>> argon2.low_level.hash_secret(
110 >>> argon2.low_level.hash_secret_raw(
121 Therefore it is OK to use ``argon2.low_level.ffi`` and ``argon2.low_level.lib`` when working with i…
172 .. autofunction:: argon2.hash_password
173 .. autofunction:: argon2.hash_password_raw
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/rust-argon2-0.8.3/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.8"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/rust-argon2-0.8.3/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.8"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/rust-argon2-0.8.2/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.8"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/rust-argon2-0.8.2/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.8"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/rust-argon2-0.8.3/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.8"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/rust-argon2/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.7"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/rust-argon2-0.8.2/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.8"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/rust-argon2-0.8.3/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.8"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/rust-argon2-0.8.3/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.8"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rust-argon2-0.7.0/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.7"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/rust-argon2-0.8.2/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.8"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/rust-argon2-0.5.1/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.5"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/rust-argon2-0.7.0/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.7"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/rust-argon2/
H A DREADME.md1 # Rust-argon2
4 [Argon2](https://github.com/P-H-C/phc-winner-argon2), the password-hashing
10 To use `rust-argon2`, add the following to your Cargo.toml:
14 rust-argon2 = "0.8"
20 extern crate argon2;
29 use argon2::{self, Config};
34 let hash = argon2::hash_encoded(password, salt, &config).unwrap();
35 let matches = argon2::verify_encoded(&hash, password).unwrap();
42 use argon2::{self, Config, ThreadMode, Variant, Version};
58 let matches = argon2::verify_encoded(&hash, password).unwrap();
[all …]

12345678910>>...73