-
### systemd version the issue has been seen with
256.4
### Used distribution
NixOS
### Linux kernel version used
_No response_
### CPU architectures issue was seen on
None
### Component
syste…
-
Logic
```
static bool CheckBlockHeader(const CBlockHeader& block, BlockValidationState& state, const Consensus::Params& consensusParams, bool fCheckPOW = true)
{
// Check proof of work's ma…
-
As discussed in https://github.com/besser82/libxcrypt/pull/27#discussion_r213801730, the `.hash` macro has been changed somewhere between my revision in Owl (and its later life in ALT Linux?) and libx…
-
Hello, I trying to compile cpuminer-opt version 23.15, lateste, at date March, 28, 2014.
I made adjustments on configure to give proper directories and linker files as process failed during build.
…
-
At the moment we're hashing NixOS user passwords with SHA512. We could easily switch over to [yescrypt][yescrypt] which seems to be a better option or [Argon2id][argon2] which may be even better than …
-
### Steps To Reproduce
Steps to reproduce the behavior:
I have the following flake:
```nix
{
description = "Clang flake.";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-u…
-
Hello
Which particular coins of algos in your repo mentioned(yespower, yespowerR16, yescrypt,etc.) are supported?
Thanks.
-
it freezes on authenticating when hitting enter with an empty password
-
The playbook no longer handles PAM configuration as written by default.
Furthermore, passwords set by the playbook still use SHA512 hashing.
Update the playbook to generate yescrypt passwords an…
-
I realized that a policy does not store any information about directories protected by it. On the other hand, fscrypt knows what is the policy designated for a given directory. I don't see any hidden …