WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.4K

The upload app now has encryption and url uploads:

https://jsSocial.pw/app/upload
You can see a download here (jssocial.pw)

Also the front page has actual app suggestions so you don't have to remember urls to apps to use them. Duh.

For Developers:

The backend now supports /{keytype}/fseturl/{key} meaning you can store a file at any location just by passing a url.
More details on the url upload in the tutorial (jssocial.pw)

As for encryption it is: pass => pbkdf2-sha512 x1000 => AES-GCM
It uses the newish WebCrypto API that's been rolling out.
Code for that here (jssocial.pw)

The upload app now has encryption and url uploads: https://jsSocial.pw/app/upload [You can see a download here](https://jssocial.pw/app/encdownload/ppkey/x0x7/upload/gwKy0Rw0Zp.enc_file#test) Also the front page has actual app suggestions so you don't have to remember urls to apps to use them. Duh. For Developers: The backend now supports /{keytype}/fseturl/{key} meaning you can store a file at any location just by passing a url. [More details on the url upload in the tutorial](https://jssocial.pw/s/tutorial.html#fseturl) As for encryption it is: pass => pbkdf2-sha512 x1000 => AES-GCM It uses the newish WebCrypto API that's been rolling out. [Code for that here](https://jssocial.pw/u/upload)

(post is archived)