sh-dv

hat.sh - Free, fast, secure and serverless file encryption

by
this is a javascript app that provides secure file encryption using the AES-256-GCM algorithm from WebCryptoAPI included in your browser.
It's fast, secure and client-side, the app never uploads the files to the server.
the app can encrypt any type of files.

Add a comment

Replies

Best
Lucas Hogendoorn

Super clever app, I'm glad the documentation is online for extra credibility. I wish the link to the git was included on the site itself for more credibility, though.

Pros:

Simple and effective!

Cons:

I wish the link to the git was on the site itself for more credibility

sh-dv
thank you, the link to the git is included on the right top corner.
sh-dv
you can find the source code of this simple app at https://github.com/sh-dv/hat.sh
Erin Ben

So basically it is doing basic encryption of file binaries in the client side. Recommended

Pros:

Brilliant, all is done in the browser side

Cons:

All good really fast and easy to use

Erin Ben
Brilliant man, I like clean web apps
Diana Corbin
Question from a non-technical perspective: what are the main use cases for encrypting your files?
Hakan Erdur
Also is it possible for us to decrypt our files if the app is not available in future?
Dave Reeves
@hakan_erdur since it's client side and open source, you can clone the site and run a local copy.
Denis Shershnev
Great work @ticorsky
Tkachenko Arthur ~UA~
great product i like it - do more!
Hakan Erdur
Thank you for your efforts. Seems great app!