All Projects → meld-cp → obsidian-encrypt

meld-cp / obsidian-encrypt

Licence: GPL-3.0 License
Hide secrets in your Obsidian.md vault

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to obsidian-encrypt

obsidian-imgur-plugin
Pastes images right to imgur.com
Stars: ✭ 72 (-13.25%)
Mutual labels:  obsidian-plugin, obsidian-md
quick-explorer
Perform file explorer operations (and see your current file path) from the Obsidian.md title bar
Stars: ✭ 119 (+43.37%)
Mutual labels:  obsidian-plugin, obsidian-md
file-tree-alternative
This Obsidian Plugin allows users to have a different file explorer experience.
Stars: ✭ 167 (+101.2%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-hider
Hide Obsidian UI elements such as tooltips, status, titlebar and more
Stars: ✭ 106 (+27.71%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-advanced-appearance
Change Obsidian colors, fonts and other cosmetic settings
Stars: ✭ 35 (-57.83%)
Mutual labels:  obsidian-plugin, obsidian-md
cycle-through-panes
Cycle through Panes - Obsidian Plugin
Stars: ✭ 44 (-46.99%)
Mutual labels:  obsidian-plugin, obsidian-md
notetweet obsidian
Post tweets directly from Obsidian.
Stars: ✭ 29 (-65.06%)
Mutual labels:  obsidian-plugin, obsidian-md
slated-obsidian
Task management in Obsidian.md
Stars: ✭ 123 (+48.19%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-link-indexer
No description or website provided.
Stars: ✭ 18 (-78.31%)
Mutual labels:  obsidian-plugin, obsidian-md
find-unlinked-files
Find files, which are nowhere linked, so they are maybe lost in your vault.
Stars: ✭ 81 (-2.41%)
Mutual labels:  obsidian-plugin, obsidian-md
lumberjack-obsidian
Log your thoughts! Lumberjack adds URL commands to help you axe inefficiency and get right to writing.
Stars: ✭ 49 (-40.96%)
Mutual labels:  obsidian-plugin, obsidian-md
hotkey-helper
Easily see and access any Obsidian plugin's options pane or hotkey assignments (including conflicts) from the Community Plugins tab
Stars: ✭ 48 (-42.17%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-link-favicon
See the favicon for a linked website.
Stars: ✭ 46 (-44.58%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-editor-shortcuts
Obsidian plugin to add keyboard shortcuts commonly found in code editors such as Visual Studio Code (vscode) or Sublime Text
Stars: ✭ 74 (-10.84%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-text-format
Format seleted text in Obsdidian.md
Stars: ✭ 49 (-40.96%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-smart-typography
Converts quotes to curly quotes, dashes to em dashes, and periods to ellipses
Stars: ✭ 81 (-2.41%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-url-into-selection
Paste URLs into selected text "notion style"
Stars: ✭ 129 (+55.42%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-text-expand
A simple text expand plugin for Obsidian.md
Stars: ✭ 122 (+46.99%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-style-settings
A dynamic user interface for adjusting theme, plugin, and snippet CSS variables within Obsidian
Stars: ✭ 205 (+146.99%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-contextual-typography
No description or website provided.
Stars: ✭ 45 (-45.78%)
Mutual labels:  obsidian-plugin, obsidian-md

Obsidian Encrypt Plugin

Hide secrets in your Obsidian.md notes.

This plugin allows you to encrypt portions of text so you can store sensitive details within and alongside your notes.

Under the hood it uses the Advanced Encryption Standard (AES) in GCM mode.

WARNING: Use at your own risk.

  • Your passwords are never stored anywhere, if you forget your password you can't decrypt your text.
  • There haven't been any audits for the soundness of encryption methods being used. Unwanted decryption by a 3rd party may still be possible if they have access to your files.

Usage

How to encrypt text

  1. Select the text lines to encrypt

Select the text lines to encrypt

Note: Partial selection is ok, it will be expanded to include the whole line.

  1. Run the Encrypt/Decrypt command from the palette (or bind a keyboard shortcut to it)

Run the Encrypt/Decrypt command

  1. Enter and confirm a password to use

Enter a password to use

  1. Your selected lines are now encrypted

Your selected lines are now encrypted

How to reveal your encrypted text

  1. Place your cursor on the encrypted line

Place your cursor on the encrypted line

  1. Run the Encrypt/Decrypt command from the palette

Run the Encrypt/Decrypt command

Note: If you choose 'Encrypt/Decrypt In-place' your text will be decrypted directly into the editor without showing the dialog in step 4 below.

  1. Enter the correct password

Enter the correct password

Note: Your previously used password is filled in by default (You can change this in the plugin settings).

  1. Your decrypted text is revealed

Your decrypted text is revealed

Note: Click 'Decrypt In-place' to replace the encrypted text in the editor.

Settings

Your decrypted text is revealed

Installation

You can install the plugin via the Community Plugins tab within Obsidian by searching for "Encrypt"

Do you find this plugin useful?

Thank you for your support 🙏

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].