-
Since Shadowsocks 2022 is a different protocol that many clients don't support, the standard Shadowsocks server should enable multiuser functionality through a single port. While Xray-core already has…
-
We have a table with an encrypted column (the table is indexed by user_id). There is a separate key for each user. We need run the following queries:
```
SELECT * FROM table
WHERE user_id=123 AND d…
-
1. Ascon won NIST lightweight cryptography contest [^1]
2. Aegis is AES-based cipher present in linux, zig, libsodium [^2]
- https://crypto.stackexchange.com/a/106125, but unpopular
- "We t…
-
### Error Message and Logs
Having followed all the steps in [manual installation](https://coolify.io/docs/installation#2-manual-installation), the web interface returns HTTP 500 and the following inf…
-
The password should be combined with they generated key to arrive at the final key.
basic:
```js
async function deriveKey(key, password) {
const encoder = new TextEncoder();
…
-
### Board
ESP32
### Device Description
I want to connect my ESP32 to an Oracle Apex Resftul service,
With the code below, I'm getting "Error on sending POST: -11".
I read that the ESP32 Arduino C…
-
Hello,
I was able to create a backup point (first pass) but was unable to pack it.
`sudo -u www-data php /var/www/html/nextcloud/occ backup:point:list`
returns:
- retreiving data from l…
-
The current data at rest encryption design with RSA private key is both slow and insecure (crackable passphrase and not quantum safe, which is esp. problematic for data at rest). Go standard lib alrea…
-
TBD - Just putting this up and working up what peeps may want
Assuming upstreamed impl:
- https://github.com/stevefan1999-personal/rustls-provider-rustcrypto/blob/master/src/lib.rs#L37C2-L44C51
…
-
### Host operating system: centos9 arm64
### blackbox_exporter version: v0.25.0
### What is the prometheus.yml scrape config.
- job_name: 'blackbox-exporter'
scheme: 'https'
tls_config:…