I wanted to have something which helps me to store my notes or chapters from web to mobile anywhere online or offline. Cipher is here to help you out.
Implmented using MongoDB and node js. There is also a front-end version of this reader. ( will upadate link soon )
[x] we will provide proper encryption to your text so your information stays safe.
[x] This is simple Note saving application that we can use from both PC and Mobile App using PWA.
[x] OFFLINE SUPPORT.
curl --request POST \ --url http://localhost:5001/userAuth \ --header 'content-type: application/json' \ --data '{"username":"username", "password": "password"}'
curl --request POST \ --url http://localhost:5001/user \ --header ' content-type: application/json' \ --header 'content-type: application/json' \ --data '{"username":"username", "password": "password" }'
curl --request PUT \ --url 'http://localhost:5001/user?username="give old username""' \ --header ' content-type: application/json' \ --header 'content-type: application/json' \ --data '{"username":"userName to update", "password": "password if need update", "storedPassword": "old password" }'
curl --request DELETE \ --url http://localhost:5001/user \ --header ' content-type: application/json' \ --header 'content-type: application/json' \ --data '{"username":"username", "storedPassword": "user saved password" }'
curl --request POST \ --url http://localhost:5001/notes \ --header ' content-type: application/json' \ --header 'content-type: application/json' \ --data '{"username":"user name", "notesData": {"data": "ranodm", "id": "ranodm", "nigga": false} || "random string", "notesTitle": "Test Notes", "storedPassword": "old stored pass" }'
curl --request GET \ --url 'http://localhost:5001/getUserNotes?username=username&storedPassword=userPass' \ --header ' content-type: application/json' \ --header 'content-type: application/json'
curl --request DELETE \ --url http://localhost:5001/notes \ --header ' content-type: application/json' \ --data '{"username":"username", "storedPassword": "hash", "noteId": "_id" }'
Have a Feature Idea? feel free to add a Issue
Please check Licence before using this product (c) Sazzad Sazib 2019