This is my little note taking app https://www.solidscribe.com
Go to file
Max G df073b0e4d Fully Encrypted notes Beta
* Encrypts all notes going to the database
* Creates encrypted snippets for loading note title cards
* Creates an encrypted search index when note is changed
* Migrates users to encrypted notes on login
* Creates new encrypted master keys for newly logged in users
2020-05-06 07:10:27 +00:00
client Fully Encrypted notes Beta 2020-05-06 07:10:27 +00:00
configs/nginx I need to get back into using git. The hell is wrong with me!? 2019-12-20 05:50:50 +00:00
server Fully Encrypted notes Beta 2020-05-06 07:10:27 +00:00
staticFiles Added rate limiting and server security 2020-03-26 04:45:23 +00:00
.gitignore * Added placeholder text to site when loading JS 2020-04-13 07:44:57 +00:00
backupDatabase.sh Added rate limiting and server security 2020-03-26 04:45:23 +00:00
buildAndUpdateProd.sh Added rate limiting and server security 2020-03-26 04:45:23 +00:00
dontSync.txt I need to get back into using git. The hell is wrong with me!? 2019-12-20 05:50:50 +00:00
package-lock.json * Added placeholder text to site when loading JS 2020-04-13 07:44:57 +00:00
package.json * Added placeholder text to site when loading JS 2020-04-13 07:44:57 +00:00
startDevServerAndClient.sh I need to get back into using git. The hell is wrong with me!? 2019-12-20 05:50:50 +00:00
syncDown.sh Encrypted Notes Alpha! 2020-03-13 23:34:32 +00:00