Back to articles
Stashr | A free, encrypted and privacy-focused file hosting service

Stashr | A free, encrypted and privacy-focused file hosting service

via Dev.to WebdevNyf

stashr.wtf Hello everyone, Over the past few months, I have been working on a free, encrypted, and privacy-focused file hosting service called Stashr. I initially created the website for myself and my friends to quickly upload files for free and without limits, but now I would like to share the website with you in the hope that you will find it useful. Stashr is a privacy-focused and encrypted file hosting service designed to make file sharing fast, simple, and anonymous. It allows users to upload and share files instantly without creating an account, while keeping privacy as a top priority. I've built Stashr around three core principles: privacy, simplicity, and speed. Key features Client-side AES-256-GCM Encryption Files are encrypted entirely in your browser before they ever leave your device. The encryption pipeline works as follows: A 16-byte salt and 12-byte IV are generated using crypto.getRandomValues() Your password is fed into PBKDF2-SHA256 with 100,000 iterations to derive a

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles