These scripts depend on deno.
Simply execute both script like so:
deno run --allow-net --allow-run --unstable --allow-read
I hereby claim:
- I am tionis on github.
- I am tionis (https://keybase.io/tionis) on keybase.
- I have a public key whose fingerprint is FE52 06E4 6EA1 C02B 13F8 6183 0FB0 8D46 D65C 0DC6
To claim this, I am signing this object:
Live Table: https://diafygi.github.io/webcrypto-examples/
I couldn't find anywhere that had clear examples of WebCryptoAPI, so I wrote examples and made a live table with them. Pull requests welcome!
- generateKey | importKey |
This is a proof to connect my gpg key to this github account
openpgp4fpr:60677752bbd86a715aa57bd9a073ea3b1ac3ca70
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env -S uv run --quiet --script | |
# /// script | |
# dependencies = [ | |
# "requests>=2.25.0", | |
# ] | |
# /// | |
""" | |
Maubot management helper script with improved CLI interface | |
""" |