-
Both examples on how to send custom data
```elixir
notification = %{ "body" => "your message" }
data = %{ "key" => "value" }
Pigeon.FCM.Notification.new("registration ID", notification, data)
`…
-
I tried out this app for the first time today and it has left a favorable impression on me so far. However, I entered a password for the app assuming that it would allow the journal entries to be enc…
-
I'm integrating SecureAuth as an IDP using SAML to my Azure B2C and SecureAuth by default uses ECDSA as the encryption algorithm.
``
When I integrate it the Azure B2C throws the following error:…
-
### Problem:
In the context of client-side encryption using a customer-provided encryption key (Java, AES, SSE-C), the AWS SDK v1 offers the option to use instruction files to store the encryption …
-
LUKS requires special handling. For my system, my /etc/fstab is empty. But my /etc/crypttab contains "root /dev/mmcblk0p2 none luks"
My /proc/cmdline reads
`cros_secure cryptdevice=/dev/mmcblk0p…
-
I have read the docs discussing why there is no password protection for sqlit database:
https://1remote.org/usage/database/security/
But I think password protection is still necessary. Thinking …
-
We should implement encryption support (and even better, TPM2-backed encryption as an option) and an option to automatically generate a kmod CA for automatic Secure Boot signing
-
http://groups.google.com/group/camlistore/msg/4c5ef9c2bdbc5ec5
I'll do this unless anybody wants to get to it first.
-
Add support to be able to **encrypt the entire GIT Repo**.
https://www.agwa.name/projects/git-crypt/
The main reason is that small teams will more often host the GitBucket application on 3rd party se…
werne updated
6 years ago
-
Allow encryption, if [Passlib](https://passlib.readthedocs.io/en/stable/) is installed, to take place when storing the variable. Add the following options:
* `encryption` is one of the options fro…