standardnotes / iOS-classic

iOS client - (Deprecated) - New version: https://github.com/standardnotes/mobile
167 stars 21 forks source link

encrypted data export is plain text #7

Closed jdorweiler closed 7 years ago

jdorweiler commented 7 years ago

I tried exporting a note and noticed it's not encrypted.

jz709u commented 7 years ago

why should the text be encrypted? how are you supposed to un encrypt the data after you receive the email? isn't the data only encrypted on the device?

user6529576559 commented 7 years ago

E-mail is not safe, it travels through providers. It doesn't make sense to store your notes encrypted then send it unencrypted through the world so everybody can snoop on it. Exporting your notes by sending it through e-mail could be done securely if the notes are first decrypted and then encrypted again with the user's public PGP key (doing these still on the client), and then send it out to the dragnet.

moughxyz commented 7 years ago

Yup this is definitely a bug, notes should be encrypted (if you choose that option) on export. Will get fixed asap.

jz709u commented 7 years ago

Thanks!

moughxyz commented 7 years ago

Just submitted update to App Store that should fix this issue.

moughxyz commented 7 years ago

This update is now live in the App Store.