@ -18,15 +18,16 @@ Under the hood it uses the Advanced Encryption Standard (AES) in GCM mode.
@@ -18,15 +18,16 @@ Under the hood it uses the Advanced Encryption Standard (AES) in GCM mode.
1. Select the text lines to encrypt
<imgalt="Select the text lines to encrypt"src="https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/docs/assets/eg_e_text.png"/>
> Note: Partial, selection is ok, it will be expanded to include the whole line.
> 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)
2. Run the Encrypt/Decrypt command from the palette (or bind a keyboard shortcut to it)
<imgalt="Run the Encrypt/Decrypt command"src="https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/docs/assets/eg_ed_cp.png"/>
1. Enter and confirm a password to use
3. Enter and confirm a password to use
<imgalt="Enter a password to use"src="https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/docs/assets/eg_e_pw.png"/>
1. Your selected lines are now encrypted
4. Your selected lines are now encrypted
<imgalt="Your selected lines are now encrypted"src="https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/docs/assets/eg_e_r.png"/>
@ -34,17 +35,20 @@ Under the hood it uses the Advanced Encryption Standard (AES) in GCM mode.
@@ -34,17 +35,20 @@ Under the hood it uses the Advanced Encryption Standard (AES) in GCM mode.
1. Place your cursor on the encrypted line
<imgalt="Place your cursor on the encrypted line"src="https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/docs/assets/eg_d_text.png"/>
1. Run the Encrypt/Decrypt command from the palette
2. Run the Encrypt/Decrypt command from the palette
<imgalt="Run the Encrypt/Decrypt command"src="https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/docs/assets/eg_ed_cp.png"/>
> 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
> 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.
3. Enter the correct password
<imgalt="Enter the correct password"src="https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/docs/assets/eg_d_pw.png"/>
> Note: Your previously used password is filled in by default (You can change this in the plugin settings).
> Note: Your previously used password is filled in by default (You can change this in the plugin settings).
1. Your decrypted text is revealed
4. Your decrypted text is revealed
<imgalt="Your decrypted text is revealed"src="https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/docs/assets/eg_d_r.png"/>
> Note: Click 'Decrypt In-place' to replace the encrypted text in the editor.
> Note: Click 'Decrypt In-place' to replace the encrypted text in the editor.
## Settings
<imgalt="Your decrypted text is revealed"src="https://raw.githubusercontent.com/meld-cp/obsidian-encrypt/main/docs/assets/eg_settings.png"/>