Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

SeekTheError/Paranot.es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/!\ Archived

Paranot.es

Paranot.es is a web application that allow user to manage their notes in a "safe" way, By safe, I mean that the notes are encrypted on the client side, so the decrypted version never transit on the network The encryption method used for notes is AES(http://en.wikipedia.org/wiki/Advanced_Encryption_Standard), and the key is the user password. This password does not transit directly on the network either, instead, a hash composed of the login and the password is used for user authentication.

This is the lib used for encryption: https://code.google.com/p/crypto-js/

To install: you need nodejs, npm and the redis server to run the application.

once it's install , simply run

node app.js

and open your browser on "localhost:3000"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published