Relativo a encuestas
character encoding utilities
JavaScript port of tiktoken
JS/WASM bindings for tiktoken
JS/WASM bindings for tiktoken
Entity parser for XML, HTML, External entites with security and NCR control
Encode/decode DNS-SD TXT record RDATA fields
sha512 hashing algorithm implemented in WebAssembly
Byte encoding utils
Leightweight, Zero-dependency, translation between Unicode, Buffers, Base64, Hex, Binary Strings, UCS-2, UTF-8, etc.
tiktoken is a fast [BPE](https://en.wikipedia.org/wiki/Byte_pair_encoding) tokeniser for use with OpenAI's models.
API and CLI for compressing images using the ASTC, ETC, ETC2, BCn (DXTn) and BASIS texture compression standard.
WebAssembly implementation of SHA-256
Compressing images using the Basis Universal Supercompressed GPU Texture Codec.
Compressing images using the ASTC texture compression standard.
Get the inner db of an (abstract-)level(up|down) onion
Compressing images using the BC1 (DXT1), BC2 (DXT3), BC3 (DXT5), BC4, BC5 & BC7 texture compression standard.
Compressing images using the ETC & ETC2 texture compression standard.
Node-RED nodes using CryptoJS to encrypt and decrypt messages
base-methods plugin that adds pipeline and plugin methods for dynamically composing streaming plugin pipelines.
Blake2b implemented in WASM
UI component library for enercity
This extension encodes parameters in JSON format instead of url format.
- encode and decode sensitive string with user password. - it's not secure encryption, it's just XOR encoding/decoding to hide sesitive strings to be displayed - // XORCipher - Super simple encryption using XOR and Base64 (https://gist.github.com/suki