PrivThing

所属分类:加密解密
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2023-12-01 17:07:45
上 传 者sh-1993
说明:  用于在不使用云存储密码的情况下加密和解密单个笔记的工具。也用于中心的正常非封装not...
(Tool for encrypting/decrypting individual notes without storing password / using cloud. Also used for normal non-encypted nots for centralizing files from different folders.)

文件列表:
PrivThing_todo (5061, 2023-12-16)
package-lock.json (801892, 2023-12-16)
package.json (1717, 2023-12-16)
public/ (0, 2023-12-16)
public/favicon.ico (25585, 2023-12-16)
public/images/ (0, 2023-12-16)
public/images/flags/ (0, 2023-12-16)
public/images/flags/en.png (599, 2023-12-16)
public/images/flags/pl.png (374, 2023-12-16)
public/images/privThingIco.png (7502, 2023-12-16)
public/index.html (2357, 2023-12-16)
public/manifest.json (306, 2023-12-16)
public/robots.txt (67, 2023-12-16)
src/ (0, 2023-12-16)
src/App.css (70, 2023-12-16)
src/App.tsx (1194, 2023-12-16)
src/components/ (0, 2023-12-16)
src/components/AlertModalComp.tsx (1560, 2023-12-16)
src/components/ConfirmationComp.tsx (4365, 2023-12-16)
src/components/HeaderComp.tsx (15917, 2023-12-16)
src/components/HomeComp.tsx (3974, 2023-12-16)
src/components/ItemsComp.tsx (12115, 2023-12-16)
src/components/LisItem.tsx (3068, 2023-12-16)
src/components/NoteComp.tsx (29648, 2023-12-16)
src/components/NoteSpaceContextMenuComp.tsx (1863, 2023-12-16)
src/components/NoteSpacesComp.tsx (5005, 2023-12-16)
src/components/NotificationComp.tsx (1491, 2023-12-16)
src/components/ResultsComp.tsx (2236, 2023-12-16)
src/components/SaveAsComp.tsx (6135, 2023-12-16)
src/components/SecretComp.tsx (5302, 2023-12-16)
src/components/SettingsComp.tsx (6315, 2023-12-16)
src/components/TabContextMenuComp.tsx (1643, 2023-12-16)
src/components/TabsComp.tsx (6196, 2023-12-16)
src/context/ (0, 2023-12-16)
src/context/Context.tsx (5197, 2023-12-16)
src/context/Reducers.tsx (14982, 2023-12-16)
src/i18n/ (0, 2023-12-16)
src/i18n/index.js (632, 2023-12-16)
... ...

# PrivThing ## About Tool for managing notes with notes/scripts/passwords and other data. By default PrivThing uses local browser storage to store notes. You can also save notes as files on your drive and also open notes from files from your drive. Optionally it can follow files from different folders using small local server. This repository does not contain server for following additional folders - more info below. ### How it looks - DEMO Time! - go to **privthing.com/** - open for anyone who wants to have some notes online ### What it does - you can add / update / encrypt / remove notes - PrivThing utilizes CodeMirror for note so it nicely displays code and line numbers + has some other CodeMirror features - you can pick local file using Choose file field. It can also be encrypted file then you will be able to decrypt it with password - create new note in browser localStorage or save them sa files. - notes can be encrypted ### Passwords PrivThing has capabilities to encrypt / decrypt notes containg security data like passwords, private data etc. Password is not saved or send anywhere. There is no reminder for it. You forget it then you have a problem ;-) Notes can be encrypted with different passwords. You have three options in settings of handling passwords. - password can be just one time thing so you have to type it each time to open encrypted document - it can be valid for some time so you will be able to open encrypted notes for some time after entering password untill password is invalidated - it can never forget password for given note (untill you refresh page of course) #### Optional Server Optionally you can provide server and configure it to serve PrivThing as web and provide the following apis so PrivThing could also handle files from different locations (it all depends what server will provide) Server is expected to enable APIs - getListOfFiles - get list of files (the idea is that server can get files from different folders) - retrieveFileFromPath - get file content of specific path - updateFileFromPath - update file from path with specific data I will upload small example server in separate git. I use vertx based server which can be easily run with java and configured as service. #### PrivThing features which make it nice to use it for notes - tabs - reordable - remember scroll for each note - remembered - draggable vertical resizer between items list and note - it position is remembered - search of notes titles - different folders (by default) - hotkeys - ctr + s - ctr + f triggers CodeMirror search instead of web search

近期下载者

相关文件


收藏者