Skip to content

a-deriabin/SimplySave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Encrypted notebook app

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors