-
### Version
5.7.4 FIPS
### Description
Configure
```
./configure --host=x86_64-w64-mingw32 --enable-reproducible-build --enable-keygen --enable-rsapss \
--enable-secure-renegotiatio…
-
**Tiny RDM Version**
What version of Tiny RDM are you using?
1.2.1
**OS Version**
Which OS and version you launch? (Mac/Windows/Linux)
Linux
**Redis Version**
Which version of Redis are you usi…
-
## Why
Support user provided hash functions so that they can address domain separation when using Alba certificates several times in the same application.
## What
-
#### Description
We have the OS installed on our Dell S5248-ON switch. The issue we're encountering is that when attempting to configure the switch-hash, it indicates that the Hash Field is not…
-
### Is your feature request related to a problem? Please describe
Currently OpenSSL blake2 implementation lacks tree hash options; and thus these are not available via openssl bindings in pytho…
-
Need to increase unit test coverage for Hash integrity.
You can measure the % coverage using the native go tool:
go test -coverprofile=profile.cov && go tool cover -html=profile.cov
-
```
use utf8;
my %id = ( #keys quoted for perlcritic, else it won't even run
'晁興商號' => "ChhIJwwUfTI0eaTQR7AeVN4ccpww",
'天公廟' => "ChhIJrVkOyoweaTQRW1hXKPUmph8"
);
```
-
Hello,
Thanks for Dashy this is a very nice looking project. But
Hashing passwords with SHA256 alone is not sufficient for secure password storage. Here's why:
1. Speed: SHA256 is designed to be fa…
-
Use:
h(x) = ((ax + b) mod p) mod w
where a, b are random, p is random prime, w is width.
-
Hi,
Here’s just a friendly suggestion for y’all:
Your app currently handles user passwords without securely hashing them, which might pose a significant security risk. To protect your users' data, y…