deno-fn / somefn
some functions for deno
This project is still under development, and the parameters of the functions are subject to change.
Generic JS Functions (Browser Environment Compatible):
- hash
- SHA1
- SHA256
- SHA512
- HMAC
- SHA256
- SHA512
- Uint8Array to hex string tools hexString()
- Text append BOM, for older Windows software textWithBOM()
- Generate random string (based on Web API
crypto
) genRandomString() - RSA signing of data
Functions that depend on the Deno runtime:
gitChanges
View Git changes.
Other features:
- CSV using the Deno standard library https://deno.land/std@0.217.0/csv/mod.ts
- XML recommends using
npm:fast-xml-parser
- Uint8Array to HEX string https://deno.land/std@0.217.0/encoding/hex.ts