import * as dtils from "https://deno.land/x/dtils@1.7.0/mod.ts";
Functions
Returns true if arrays are found to match in a shallow-equal test | |
Chooses a random item from the array and returns it | |
Symmetricly decrypts bytes using | |
Symmetricly encrypts bytes using | |
Sets the amount of zeros before a number. If | |
Format | |
Generates a key pair for asymmetric encryptions using the RSA algorithm | |
Generates an encryption key for symmetric encryptions using the AES algorithm | |
Generates an asymmetric key pair for signing or encryption purposes | |
Generates a key pair for asymmetric signings using the EC algorithm | |
Hashes a password into a symmetric encryption key for encryptions using the AES algorithm | |
Parses a string of query string parameters | |
Prepends new items onto items | |
Returns a random number between | |
f sh | Executes shell code. Returns the exit code of the sh runner |
Executes shell code and captures the output. | |
Executes shell code and ignores the output, except when the program is unsuccessful. In that case, the stderr is printed. | |
f sign | Creates a digital signature using a key pair |
Verifies that | |
f wrap | |