-
Describing a method for coming up with parameters is a bit hand-wavey. The
I am not a cryptographer, so I would prefer to have a document that says what each major web framework uses as their defa…
-
Node v14.8:
```
make[1]: Går till katalogen ”/home/egil/src/js/cabal-desktop/node_modules/sodium-universal/node_modules/sodium-native/libsodium/builds”
make[2]: Går till katalogen ”/home/egil/src/j…
-
i was reviewing the changes to toybox 0.8.10 and noticed that you chose to declare `crypt` in case glibc is used.
actually the case is not that easy, citing glibc 2.38 news:
> libcrypt is no lon…
-
## Affected Version
4.x
## Description
In order to easily facilitate upgrading password hashes as they evolve (and computers get better at generating rainbow tables) we should add an API to c…
-
phplist currently uses unsalted single round hashes for admin and user passwords alike (with the option to disable hashing entirely for user passwords so it can be sent to them in an email instead of …
-
_Summary_: The x/crypto/scrypt package has a very simple API that puts the onus of figuring out salt generation and sensible N/r/p values on the package user. We should attempt to mirror the bcrypt pa…
-
There are blake2b ASICs coming out with very high hash rates. These are being developed to mine coins such as siacoin. In order to avoid these being used to spam the RaiBlocks network, we should use a…
-
When running `make .`, the error keep coming
```bash
-- Could NOT find sodium (missing: sodium_LIBRARY_RELEASE sodium_LIBRARY_DEBUG)
CMake Error at CMakeLists.txt:9 (MESSAGE):
libsodium is requ…
-
Hi,
The ChaCha20 cipher (https://cr.yp.to/chacha.html) is supposed to be a great deal more performant than the other ciphers currently available in VeraCrypt. It could be useful for low-power devic…
-
Sending build context to Docker daemon 19.97kB
Step 1/7 : FROM alpine:edge
---> 5c4fa780951b
Step 2/7 : RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories …