Hacker News new | ask | show | jobs
by durkes 1196 days ago
It seems risky to be storing sensitive information including passwords. How are you protecting this data?
1 comments

It does sound risky. But I wanted it to be secure enough so I could (and I am) store my own sensitive info too.

All the information your write in your note is encrypted using 256-bit AES key. Encryption keys and the data itself are stored in different services. So even if the database is leaked/hacked, the information will not be public.