Secure notes not "secure" as you think

Secure notes not "secure" as you think

Hi there! Please consider changing how you handling these "secure" notes in notebook android application and web version.

First of all you preload that "secure" note content and apply blur over its preview, well that is not secure at all!

In the web version i can disable .blurred css rule and clearly read "secure" note preview without entering pin code.

In the android application it happens half of the time when i open notebook i can randomly see "secure" note preview content on sliding animation (from right to left) and blur applies with the delay!

I can suggest your devs to change how they handling them:
  1. Never preload secure note content, not even for preview. Do it only after unlocking.
  2. To make them look nicely you can use random parts of lorem ipsum instead of note content for blurry preview.