-
```
The attached patch adds decodeStringToTypedArray which decodes a base64 string
to a Unit8Array.
The function is based on decodeStringToByteArray with two changes:
1. We need to calculate the out…
-
**Describe the bug**
The lens app does not properly decode secrets. It should be using JSON Path instead of just the base64 -d command against the secret.
**To Reproduce**
Steps to reproduce the …
-
I've been learning more about SSH keys lately and have been heavily using HexFiend to learn more about the binary protocol. SSH stores their keys in a format like this
`ssh-rsa comment`
To dig …
-
### Expected Behavior
When working with built-in envelopes, I should be able to work with the inner body and either provide a schema to parse it, or get it back decoded or as-is.
A few categories:
…
-
The combination of `receive_button` => `base64_to_pulses` => `pulses_to_head_key` => `send_button` works as expected. However, downloading the buttons via `c.cloudrequest(f"/v2.0/infrareds/{infrared_i…
-
### Summary
Attempt to Base64-Decode the value of mailcow_password before denying login when using the Mailpassword Flow in the SSO feature of the nightly branch.
### Motivation
This would enable e…
-
In the last few days I was investigating the performance of hex and especially base64 and base64url
Added benchmarks https://github.com/nodejs/node/pull/50348
base64 encoding is using the functi…
-
I was asked by a colleague which of the base64 variants defined in https://en.wikipedia.org/wiki/Base64#Variants_summary_table are supported by OpenSSL.
There is `openssl base64` but no specific ma…
DDvO updated
5 months ago
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.14 darwin/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating syst…
-
In several mail accounts i have noticed this error with message body decoding:
`Exception has occurred.
FormatException (FormatException: Invalid character (at character 999)
...JuYWxDbGFzcyB0ZCwK…