lellis1936
lellis1936
Both of the following methods fail (403 result from server) ` string url = await storage.GetPresignedUrlAsync("mycontainer/someid", null, 86000, Amazon.S3.HttpVerb.GET); ` ` string content = await storage.ReadTextAsync("mycontainer/someid"); ` when using the...
AES GCM is rightfully becoming very popular; perhaps an example would be useful to include somewhere in the project? As an aside, I've created a Gist for GCM with this...
The diffuser was not handling padding in a manner compatible with ssss-split; in some cases shares were produced SecretSplitter that could not be used to recover the secret (about .4%...
I have migrated to this fork of SEDUTIL and I am updating all my recovery environments. I have a Macrium recovery environment which included an earlier version of SEDUTIL and...
Tuya devices IP addresses are assigned via DHCP and they VERY frequently change. This is a problem when using the local Tuya API, where documentation here shows requiring an IP...