-
1. When I use NodeJS, I try to encrypt the data with AES256_GCM, set the GCM additional authentication data AAD, and obtain the authTag at the end.
Below is my NodeJS code.
```javascript
// …
-
When using k3s with version >= v1.23.x I get this error when spinning up the cloud controller (which blocks any other component due to the cloud controller readiness taint):
```
cloud-controller-m…
-
For 'aes-256-gcm', I've tried to use:
let decipher = crypto.createDecipheriv('aes-256-gcm', serverKeyArr, iv, {authTagLength: 12});
to define auth tag to 12 bytes, however, when I execute deciph…
-
H/t @ChristopherDavenport in [Discord](https://discord.com/channels/632277896739946517/839254871646404638/927640836542439495)
Cypher Suites
TLS_AES_128_GCM_SHA256 - Mandatory
AES_256_GCM_SHA384
…
-
I find that the path that is required for data is completely ignored once running.
input this: -v /your/storage/path/:/data \
actual location: mv5:/var/lib/docker/volumes/804502e081c60b68ad8a43d7…
-
Apparently some iOS devices have hardware accelerated AES and SHA-1:
http://stackoverflow.com/questions/4812474/does-iphone-support-hardware-accelerated-aes-encryption
The API is:
https://developer.a…
-
Good morning,
when trying to connect with tls1.3 both the broker and the client (mosquitto_pub) are ignoring the "ciphers" keyword and always using TLS_AES_256_GCM_SHA384 even if other ciphers (or …
-
As my test via `cargo bench`, the `aes-gcm-256`'s performance is much worse:
```
Running target/release/deps/simple-75040055ea8811ad
Gnuplot not found, using plotters backend
encrypt 100M …
-
**System (please complete the following information):**
- OS: Ubuntu 20.04.2
- Kernel version (if applicable): 5.15.0-79
- strongSwan version(s): 5.9.11
- Tested/confirmed with the latest vers…
-
Thank you for filling out this bug report (BR). Please perform every step and answer every question to the best of your ability. That will make it easier for you and more accessible for us to address …
aldyh updated
3 months ago