mediaupstream / SublimeText-Crypto

Encrypt and Decrypt a document or selection using OpenSSL in Sublime Text 2 & 3
75 stars 22 forks source link

[Feature request] Encrypt on save #19

Open Kristinita opened 7 years ago

Kristinita commented 7 years ago

1. Request

It would be nice, if you add encrypt_on_save feature.

2. Justification

  1. User may forget encrypt file before closing → enemies may get non-encrypted private data.
  2. User may use LocalHistory or similar package for saving archive copies of file if file save. If user save non-encrypted file, LocalHistory save non-encrypted copy → enemies may get non-encrypted private data from copy.

3. Desirable behavior

See «Encrypt on save» in Transcrypt package.

4. Examples on other apps

It realized in Transcrypt package.

Thanks.

mediaupstream commented 7 years ago

@Kristinita Thanks for the suggestion, I will look into implementation as time permits.

josephernest commented 5 years ago

I'm interested too! Do you have a beta with encrypt on save / decrypt on open? (ST2)

josephernest commented 5 years ago

Would you have any update about this @mediaupstream? Thanks a lot in advance!

mediaupstream commented 5 years ago

Unfortunately I don't have time to enhance this project at the moment 😢