A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Data encryption

+1 -1
+1 -1
src/Javascript/crypto.ts
··· 50 50 tagLength: 128 51 51 }, 52 52 key, 53 - Uint8arrays.fromString(string, "base64pad") 53 + Uint8arrays.fromString(string, "utf8") 54 54 ) 55 55 56 56 const iv_b64 = Uint8arrays.toString(iv, "base64pad")