Pages

Friday, April 21, 2017

Encrypt your Workflowy Data with Workflowy plus

Workflowy Plus will bring some exciting features for your favorite Workflowy application.
Feature 3: Encrypt Decryption your workflow items
Select and right click in menu click workflowy plus-> encrypt then press control+V
To decyrpt select encrypted text right click in menu click workflowy plus-> encrypt then press control+V
DISCAILMER: I am not responsible for any damage to your data in any way. This is an experimental feature use it at your own risk.


3 comments:

  1. Great idea! Could you tell us a bit more as to how this works, so that we can at least have a rough evaluation of the risk of losing our data forever in the form of an undecipherable string? ;-)

    ReplyDelete
    Replies
    1. Hi Alain,
      Thanks for your feeback.
      It is very simple encryption.
      https://github.com/wasimmalik88/Workflowy-Plus/blob/master/eventpage.js
      This is opensource code you data can easily decrypted by using above files.
      Simply call this line from javascript
      var encrypted = CryptoJS.AES.decrypt("Here goes your data", "U2FsdGVkX18/bjod9iOh");
      You can place your data to decrypt even without extension as well.

      Delete
  2. Hi, if I select a list title to encrypt, does it encrypt the entire list, or just the title line?

    Thanks

    ReplyDelete