This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
importScripts('crypto-js.js'); | |
/** | |
* | |
* @param binaryText file binary text | |
* @param key password to encrypt | |
* @return {string} | |
*/ | |
function _base64ToBlob(b64Data, contentType, sliceSize) { |
OlderNewer