Skip to content

Add logseq-rot13 #636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
10 changes: 10 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"title": "logseq-rot13",
"description": "Adds the /ROT13 slash command to rotate all alphabetic characters in blocks on a page by 13 characters.
Doing it again returns the original text. eg This is a test of ROT13 <---> Guvf vf n grfg bs EBG13 ",
"author": "David Moss",
"repo":"admoss0/logseq",
"icon": "./icon.png",
"effect": false,
"sponsors": []
}
9 changes: 9 additions & 0 deletions packages/logseq-rot13/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
logseq-rot13 adds a slash command (/ROT13) to logseq that rotates all alphabetic characters on the current page by 13 places in the alphabet. Doing /ROT13 again reveals the original text.

This is a test of ROT13 <---> Guvf vf n grfg bs EBG13

Why would you want to do this? My use case is a page full of passwords to various systems I keep in logseq. I don't want to make it too easy for other people to search my disk for usernames and get passwords. So I ROT13 the page. It also prevents people shoulder-surfing other pages with information I don't want them to know.

ROT13 is not intended as a security protocol. It is far too easy to crack. It is intended to quickly obfuscate a page of information and just as quickly get the original text back.

As always, use it at your own risk.
Binary file added packages/logseq-rot13/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/logseq-rot13/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "ROT13",
"description": "Adds a slash command (/ROT13) that rotates every alphabetic character in blocks on a page by 13 places. Doing it again returns the original text." ,
"author": "David Moss",
"repo":"admoss0/ROT13",
"icon": "./icon.png",
"effect": false,
"sponsors": []
}