-
Hello BambuStudio maintainers,
First of all, I would like to express my gratitude for your hard work and dedication to the BambuStudio project.
I am writing this feature request to propose a sw…
-
Hello everybody,
I try to do encrypt a simple string using JWE, however I cannot manage to get a valid symmetric key to be used by the JWE engine.
I tried both:
`dev_key = {
"alg": "di…
ari75 updated
3 years ago
-
You could use a crypto library and ask the user what kind of encryption and cracking algorithms will be used. Then you could benchmark for like 10 seconds and extract the calculations per second.
-
Wireguard itself won't be FIPS validated as the encryption algorithms aren't approved for FIPs validation, but other crypto in use, for example the netbird ssh connections could be FIPS validated if s…
-
Some notes on chosen algorithms and parameters
- recommended to use 10k iterations for PBKDF2 in 2016, 128 is being used here.
- we might want to use Twofish instead of Blowfish.
- if we don't ap…
-
| Q | A
| --- | ---
| Symfony Version | 6.4.7
| Bundle Version | 3.0.0
| PHP Version | 8.3.7
| Related issues/PRs | #1209, #1214
I've been attempting to configure this bundle to use the Web-T…
-
When FIPS mode is enabled (e.g., `fips-mode-setup --enabled` on RHEL8). the `listAgorithms.sh` script returns an empty set for "PBE ALGORITHMS" and the `encrypt.sh` script fails to encrypt using any a…
-
We're running [S3Drive](https://s3drive.app/) (GUI for S3 on desktop, mobile, web) and recently aligned with Rclone's encryption scheme for better interoperability and features like drive mount and We…
-
**Is this a bug report or feature request?**
* Feature Request
**What should the feature do:**
Based on - Starting NFS-V4, encryption of in-flight data is supported using TLS. NFS 4.1 supports …
-
The payload seems to be JSON only, but I might recommend to lock this down a bit further.
The nonce MUST be a JWT (JWE) or CWT (COSE Encrypt).
Implementations MUST support `ECDH-ES+A256KW` and M…
OR13 updated
10 months ago