Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vipzhicheng/logseq-plugin-lock
Lock each Logseq block in even different password.
https://github.com/vipzhicheng/logseq-plugin-lock
Last synced: 3 months ago
JSON representation
Lock each Logseq block in even different password.
- Host: GitHub
- URL: https://github.com/vipzhicheng/logseq-plugin-lock
- Owner: vipzhicheng
- License: mit
- Created: 2021-11-05T11:49:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T16:04:54.000Z (over 1 year ago)
- Last Synced: 2024-07-03T02:44:40.379Z (5 months ago)
- Language: TypeScript
- Size: 2.11 MB
- Stars: 30
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-logseq - logseq-plugin-lock - Lock block with your password, and only can unlock with your password (🔌 Plugins)
README
# logseq-plugin-lock
A solution to use Logseq to storage accounts and passwords safely.
![Screencast](screencast.gif)
## Features
* Lock any Logseq block with password.
* Use different password to lock only if you can remember it.
* The locked info is short and invisible but still there.
* Use different icon for different lock for fun.
* Original data can not be restored on purpose.## Triggers
1. Via slash command: `/lock`
2. Via context menu: `Lock`
3. Via shortcut: `cmd+shift+l`
## Encryption designI use [stegcloak](https://github.com/KuroLabs/stegcloak) to do the encryption job. `stegcloak` can convert your info to encrypted and invisible chars, so the encrypted string seems to be short.
You can not decrypt your original Logseq block info back, but only unlock the info to clipboard, so you can paste it to where you want to use, may be a website's login panel or a notebook to see what the unlocked info is.
## CAUTION
**Once locked, your data cannot be restored, it can only be unlocked with your password and placed into the system clipboard. Please make sure that your clipboard is safe. If you forget your password, you will lose your info forever!!!**
## ❤️ Buy me a coffee
If this plugin solve your situation a little bit and you will, you can choose to buy me a coffee via [this](https://www.buymeacoffee.com/vipzhicheng) and [this](https://afdian.net/@vipzhicheng), that means a lot to me.
## Licence
MIT