Skip to content

Instantly share code, notes, and snippets.

View imana97's full-sized avatar

Iman Far imana97

View GitHub Profile
importScripts('crypto-js.js');
/**
*
* @param binaryText file binary text
* @param key password to encrypt
* @return {string}
*/
function _base64ToBlob(b64Data, contentType, sliceSize) {