Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.1 KB

File metadata and controls

20 lines (15 loc) · 1.1 KB

SimplySave

SimplySave is a notes app with support of password-protected notes, encrypted using AES-256 encryption algorithm. All notes are stored as local files, which means you are in total control of your data. You are also free to use any cloud service like Dropbox or Google Drive to backup and sync your notes across devices.

Preview

image

Features

  • Folders with customizable icons
  • Password-protected notes
  • Markdown support
  • Minimalistic interface
  • No network usage

Download

Technical details

The entire UI is implemented using HTML5, React.JS, Redux. CryptoJS dependency is used for data encryption.

To be distributed as a standalone executable, web application is embedded into "wrapper" applications - for example, for Windows it is a Windows Forms application with WebView inside. Wrapper applications deal with saving/loading data, but cannot decrypt protected notes.