GithubHelp home page GithubHelp logo

drirmbda / tw5-csencryption Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fspark/tw5-csencryption

0.0 0.0 0.0 1.16 MB

Client-Side Encryption for TiddlyWiki5 on Node.js

Home Page: https://FSpark.github.io/TW5-CSEncryption/

License: MIT License

JavaScript 100.00%

tw5-csencryption's Introduction

TW5-CSEncryption

Client-Side Encryption for TiddlyWiki5 on Node.js

Features

  • Configure a master password for TiddlyWiki5 on Node.js, and automatically encrypt tiddlers once it leaves the browser.
  • Compatible with and interacts with EncryptTiddler, supports using EncryptTiddler for encryption again internally, and the encrypted file can be decrypted using EncryptTiddler.
  • Use the same encryption library as EncryptTiddler, which is the SJCL built into TW5, and the default encryption method is AES-CCM 128.
  • Supports modifying and clearing passwords, supports modifying Filters, and instantly pushes the changes to the server.

Architecture Overview

Architecture

Documentation

For more information, please see: TW5-CSEncryption โ€” Client-Side Encryption for TiddlyWiki5 on Node.js

Development

git clone https://github.com/FSpark/TW5-CSEncryption
cd TW5-CSEncryption
pnpm i

# Since I modified the scaffolding (gulp-tw) myself but didn't publish it to NPM, please install the dependencies like this:

cd <another_folder>
git clone https://github.com/FSpark/gulp-tw
cd TW5-CSEncryption
pnpm link <another_folder>/gulp-tw
pnpm run dev

# Enjoy :)

tw5-csencryption's People

Contributors

fspark avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.