beatgammit / base64-jsLinks
Base64 encoding/decoding in pure JS
☆881Updated last year
Alternatives and similar repositories for base64-js
Users that are interested in base64-js are comparing it to the libraries listed below
Sorting:
- A simple SHA1 hash function for JavaScript supports UTF-8 encoding.☆342Updated last year
- Polyfill for the Encoding Living Standard's API☆748Updated 6 years ago
- The buffer module from node.js, for the browser.☆1,862Updated last month
- a JavaScript function for hashing messages with MD5☆911Updated 2 years ago
- Polyfill for browsers that don't provide window.btoa and window.atob☆494Updated last year
- partial implementation of node's `crypto` for the browser☆682Updated 2 months ago
- Fast and dependency-free cryptographic hashing library for node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC)☆726Updated 3 years ago
- A robust JavaScript implementation of a UTF-8 encoder/decoder, as defined by the Encoding Standard.☆562Updated 3 years ago
- A robust base64 encoder/decoder that is fully compatible with `atob()` and btoa()`, written in JavaScript.☆514Updated 4 years ago
- A Long class for representing a 64-bit two's-complement integer value.☆912Updated 4 months ago
- A simple MD5 hash function for JavaScript supports UTF-8 encoding.☆819Updated 6 months ago
- Encode/decode base64 data into ArrayBuffers☆365Updated 2 years ago
- Small footprint URL parser that works seamlessly across Node.js and browser environments.☆1,036Updated 2 years ago
- A PURE JS W3C Standard based(XML DOM Level2 CORE) DOMParser and XMLSerializer.☆828Updated 5 years ago
- A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.☆945Updated 3 months ago
- Streamable SHA hashes in pure javascript☆294Updated 2 months ago
- Character encoding auto-detection in JavaScript (port of python's chardet)☆731Updated 11 months ago
- A JavaScript implementation of the Lempel-Ziv-Markov (LZMA) chain compression algorithm☆685Updated 4 years ago
- The ultimate javascript content-type utility.☆1,411Updated last week
- [deprecated] Lazarsoft's jsqrcode as a node module, object oriented, and with tests☆283Updated 6 years ago
- node.js cross-platform unzip using streams☆617Updated last year
- JS standard CRC-32 and CRC32C implementation☆345Updated 3 years ago
- A module to create readable `"multipart/form-data"` streams. Can be used to submit forms and file uploads to other web applications.☆2,324Updated last month
- Node's event emitter for all engines.☆1,411Updated 8 months ago
- A polyfill for IndexedDB using WebSql