-
Encrypt so server owner/user can't read the file contents.
-
I'm working on [web-platform-dx/web-features](https://github.com/autonome/web-features), which will provide a uniform data set for use by MDN, Caniuse, etc.
What's the spec editor preference for re…
-
Hi there,
I was wondering, what if we have a CLI for excalidraw?
```bash
excalidraw my-drawing.excalidraw
```
This will open a browser. If `my-drawing.excalidraw` already exists, it will loa…
-
Currently working on AES-CTR support in Deno .. and W3C WebCrypto requires that the counter increments be limited in "N" RHS bits, such that the LHS is constant during stream operations. This is based…
-
**Native assets support in Flutter MacOS, iOS, Linux, and Windows is available on the master channel behind an experimental flag: `flutter config --enable-native-assets` and `flutter create --template…
-
I get it if you just want to keep things with libsodium because you're using ed25199 and WebCrypto support for that may never happen, however, as reference material, it might be nice to use WebCrypto …
-
> upload(event: any) {
const file: File = event.target.files[0];
const name = file.name;
// this.client 是已经构建好的OSS实例
this.client.multipartUpload(name, file, {
partSize: 102…
-
I've seen specs that use `object` to represent partially specified types:
https://www.w3.org/TR/web-animations/#the-sharedkeyframelist-interface
```webidl
// `object` here really means:
// (se…
-
Currently `hash` and `compare` are not supported when deploying code on [Deno Deploy](https://deno.com/deploy). This is due to `Worker` not being defined [refer to upstream issue](https://github.com/d…
-
If games studios want to create wallet in the game, the problem is how to save the private key to keep it safe.
After discussed with @ricky321q, could we provide a method to encrypt and decrypt pri…