All Projects → niklasvh → Base64 Arraybuffer

niklasvh / Base64 Arraybuffer

Licence: mit
Encode/decode base64 data into ArrayBuffers

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Base64 Arraybuffer

Taro scaffold
基于 Taro / dva / redux-saga / react 的微信小程序脚手架,同时集成了 sprite 。
Stars: ✭ 24 (-88%)
Mutual labels:  base64
Compress.js
A simple JavaScript based client-side image compression algorithm
Stars: ✭ 86 (-57%)
Mutual labels:  base64
Pyecharts Snapshot
renders the output of pyecharts as png, jpeg, gif, svg, eps, pdf and raw base64
Stars: ✭ 142 (-29%)
Mutual labels:  base64
Tiny Qiniu
A tiny qiniu sdk for uploading file.
Stars: ✭ 15 (-92.5%)
Mutual labels:  base64
Shinobi
☮️ 🇵🇸 Shinobi CE - The Free Open Source CCTV platform written in Node.JS (Camera Recorder - Security Surveillance Software - Restreamer
Stars: ✭ 1,099 (+449.5%)
Mutual labels:  base64
Weapp Qrcode Base64
微信小程序生成二维码的插件,基于base64编码输出二维码,不依赖canvas
Stars: ✭ 100 (-50%)
Mutual labels:  base64
Decodify
Detect and decode encoded strings, recursively.
Stars: ✭ 670 (+235%)
Mutual labels:  base64
Ksprefs
🚀⚡ Kotlin SharedPreferences wrapper & cryptographic preferences android library.
Stars: ✭ 176 (-12%)
Mutual labels:  base64
Blooddy crypto
ActionScript (AS3) library for processing binary data. This library contains MD5, SHA-1, SHA-2 ( SHA-224 и SHA-256 ), Base64, CRC32 algorithms, JSON encoder & decoder as well as PNG and JPEG encoders.
Stars: ✭ 83 (-58.5%)
Mutual labels:  base64
Easycv
easyCV (video recorder and snapshot library,based on javaCV)基于javaCV的跨平台视频录像和基于FFmpeg的快照(截图)库
Stars: ✭ 142 (-29%)
Mutual labels:  base64
Base64captcha
captcha of base64 and diversity
Stars: ✭ 1,050 (+425%)
Mutual labels:  base64
Easycaptcha
Java图形验证码,支持gif、中文、算术等类型,可用于Java Web、JavaSE等项目。
Stars: ✭ 1,084 (+442%)
Mutual labels:  base64
Base64simd
Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)
Stars: ✭ 115 (-42.5%)
Mutual labels:  base64
Itunes smartplaylist
iTunes Smart playlist parser with Python. Convert to Kodi xsp smart playlists.
Stars: ✭ 10 (-95%)
Mutual labels:  base64
Wx Cardscanner
名片扫描-微信小程序,包括腾讯 ai 开放平台的使用,以及在小程序中实现图片转 Base64 的方法。
Stars: ✭ 156 (-22%)
Mutual labels:  base64
Hxd Plugin
Handy HxD plugin for various conversions like base64
Stars: ✭ 24 (-88%)
Mutual labels:  base64
Base64 Async
Non-blocking chunked Base64 encoding
Stars: ✭ 98 (-51%)
Mutual labels:  base64
Basecrack
Decode All Bases - Base Scheme Decoder
Stars: ✭ 196 (-2%)
Mutual labels:  base64
Base64 Avx512
Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"
Stars: ✭ 158 (-21%)
Mutual labels:  base64
Myutils
🙏 提供时间轴转星座|生肖工具、系统存储空间获取工具、文件大小格式化工具、获取指定文件大小工具、AES加密解码工具(支持android端平台加密解密,java端和android端相互加密解密)、SharePreference操作工具、 File文件操作工具、日期获取和计算工具、界面跳转Intent操作工具、字符串验证和数值转换操作工具、手机震动工具、系统资源操作工具、网络检测工具、 wifi操作工具、单位换算工具、zip压缩和解压操作工具、XML解析操作工具(只支持几种指定格式)、图片加载和处理工具,数据库操作(增删改查)工具、Base64编码解码工具、MD5加密工具。
Stars: ✭ 130 (-35%)
Mutual labels:  base64

base64-arraybuffer

Build Status NPM Downloads NPM Version

Encode/decode base64 data into ArrayBuffers

Getting Started

Install the module with: npm install base64-arraybuffer

API

The library encodes and decodes base64 to and from ArrayBuffers

  • encode(buffer) - Encodes ArrayBuffer into base64 string
  • decode(str) - Decodes base64 string to ArrayBuffer

License

Copyright (c) 2012 Niklas von Hertzen Licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].