-
is there a way to set the email at runtime?
or do we just mark it as `var` in the config then edit it in `main()` or `init()`?
-
You've listed *ring* in the TLS/SSL section, but it actually provides many of the same crypto primitives (AEADs, hashes, signatures) as the RustCrypto crates, so maybe that should be more clearly expl…
-
Currently, the systemd configuration doesn't reliably load tokens on startup (confirmed for `gpg`, suspected for `age` due to similar semantics).
This is due to the fact that the decryption command ne…
hseg updated
2 months ago
-
With Nextcloud 20, the term "Legacy encryption" was introduced. The documentation does say little about what legacy encryption is: https://docs.nextcloud.com/server/20/admin_manual/configuration_files…
Kuphi updated
3 months ago
-
Hi,
I followed exact steps what you mentioned, and even then data when I see by pressing F12 of browser in xhr request, i can read data properly and no encryption? What I am missing? Have followed ex…
-
_EDIT: [Current performance](https://github.com/str4d/rage/issues/57#issuecomment-758680178)_
Just tried to encrypt random 2GB file — 5.37s @ Rust vs 1.07s @ Go.
Go is not great — this includes …
-
Key rotation is mentioned on the Readme on the following parts in the Readme:
https://github.com/dwyl/phoenix-ecto-encryption-example#owasp-cryptographic-rules
![image](https://user-images.githubu…
-
I can't disable optional email requests from Element while registering a new user, even though `matrix_synapse_registrations_require_3pid` is `[]` and `matrix_synapse_enable_registration_without_verif…
-
I've been able to integrate sops with git such that files are decrypted/encrypted on checkout/commit. This was achieved like this:
1. Set up git-filter config
git config --local filter.s…
-
To force file uploaders to specify the aws x-amz-serverside-encryption header, (so all files placed in the S3 bucket are encrypted at rest) Amazon provide an example of a bucket policy similar to this…