Skip to content
  • James Bowden's avatar
    Implement large file en/decryption using asmCrypto · 89ffd6e2
    James Bowden authored
    * Replace all remaining jQuery calls with fetch
    * Replace progressive encryption/decryption functions with
    asmCrypto_encryptUploadBuffer and asmCrypto_downloadDecryptBuffer
    	* these functions implement AES CBC mode
    	* a random iv is generated for each upload
    	* tested with files up to 150MB
    89ffd6e2