# sjcl-codec-base64 **Repository Path**: mirrors_michaelrhodes/sjcl-codec-base64 ## Basic Information - **Project Name**: sjcl-codec-base64 - **Description**: a modular fork of the sjcl base64 namespace - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sjcl-codec-base64 A modular fork of the [sjcl](https://github.com/bitwiseshiftleft/sjcl) codec.base64 namespace. [![Build status](https://travis-ci.org/michaelrhodes/sjcl-codec-base64.svg?branch=master)](https://travis-ci.org/michaelrhodes/sjcl-codec-base64) ## Install ```sh $ npm install sjcl-codec-base64 ``` ## Usage As described in the [sjcl docs](http://bitwiseshiftleft.github.io/sjcl/doc/symbols/sjcl.codec.base64.html) but with each method required separately. ```js var fromBits = require('sjcl-codec-base64/from-bits') var toBits = require('sjcl-codec-base64/to-bits') var urlFromBits = require('sjcl-codec-base64/url/from-bits') var urlToBits = require('sjcl-codec-base64/url/to-bits') ``` ## License BSD or GPL 2.0