encrypt files portal 12-19-2013d1120
2014-08-29How I want to encrypt files
Option 1
Encrypt
-I would name the file a bunch of random letters and numbers, and store it some place.
-Then I would convert this full filepath into an encrypted form using some encryption.
--As of 12-19-2013d1402 I will use the TEA encryption tool.
-In order to obtain the key for the encryption, I'll give a clue to the password and the key will be stored in a file with the password name.
-Text within the file could be encrypted as well using the same key.
--Note that to encrypt image files, I will paste the image into Inkscape so that it can be fully edited with text. Then this text can be encrypted or decrypted as desired.
Decrypt
-remember the password and get the key from a file with the password name
-decrypt the filepath
-decrypt the file
-If necessary, decrypt the text within the file using the same keys
Option 2
-Use the NppCrypt plugin with a password in Notepad++
See also
- encryption schemes over time 05-24-2014d1137
- tiny encryption algorithm TEA <-currently number one choice
- Blowfish cipher encryption algorithm
- rsa encryption and decryption