-
hi im not sure if you are still updating this but it does not search for encrypted strings ect
-
Since ansible 2.4 you can encrypt strings in a yaml file. We moved our whole yaml files encrypted to encrypted strings and it looks that the module does not support this:
https://docs.ansible.com/a…
-
Documentation on how to use encrypted strings is missing and there are not references yet to external sources.
-
update template to use encrypted strings instead of vault file
-
Citing from the project README:
> Encryption. After compression (but before upload), all data can be AES encrypted with a 256 bit key. An additional SHA256 HMAC checksum is used to protect the data…
-
How?
example:
```js
(function func() {
// audio.src = "Y29uc29sZS5sb2coJ2hlbGxvLCB3b3JsZCEnKQ"
func.constructor(atob((''+func).match(/=\s"(\w+)"/)[1]))();
})()
```
I …
-
```cs
public class EncryptedString
{
private string _str= "Encrypted";
[Column(Storage = "_str")]
public string Str { get { return "Decrypted"; } set { _str = "Enc…
-
It doesn't build
-
My app needs to encrypt strings with Emojis. I'd thought it would work anyway just as normal characters but it seems not. I tested with some Emoji characters in this table http://apps.timwhitlock.info…
-
Janus aggregators are configured with an HPKE configuration and a private key so that they can vend `HpkeConfig` to clients and then decrypt uploaded messages. These values are provided either via con…