Replies: 1 comment
-
Thank you, Keny!
Encryption is AES-GCM which is a NIST-recommended standard. The bounty example is I think closer to what I'd recommend (3-5 words). But it also depends on your use case. If you want to send an email, and all you care about is Google not reading it, then even using The file size depends on the browser. Specifically the (data URI)[https://en.wikipedia.org/wiki/Data_URI_scheme] generated upon successful decryption. I think for most browsers is a few hundred MBs. But admittedly I have not tried anything bigger than a few MBs. |
Beta Was this translation helpful? Give feedback.
-
I like a lot of the design how you built this, so simple indeed. I was about to study Web Cryptography API can be a good start with your project. I have a few question...
How strong is the cryptography used on the example page?
I guess that if someone use bruteforce method we should garantee a strong password like 12+, right?
it's nice that support files too, but how much I can store inside? kb? mb? gb?
Beta Was this translation helpful? Give feedback.
All reactions