You are here

Rename files on encrypt

3 posts / 0 new
Last post
Nightshade7X
Offline
Last seen: 12 years 9 months ago
Joined: 2011-06-05 19:23
Rename files on encrypt

The only issue I have with Toucan (or any program of this kind) is that files retain their filename when encrypted. This tells anyone looking at the files what sort of file it is, regardless of whether or not they can access it.

For the argument's sake, lets say I'm encrypting images or movie files not meant for anyone under 18. Getting a file back that's named "hardcore_a**l_s**ts.wmv.cpt" doesn't really hide anything. If these are personal files I don't want prying eyes to scope (like a boss or wife), just the filename can get you into trouble. I sound like a really sketchy guy. I'm terrible with scripting, but is there a way I can write one to rename all the files when encrypting?

This leaves another problem, however. How do I remember the original filenames and restore them upon decryption? This seems like an issue too large in scope to be handled by a script. Using randomly generated numbers and letters say 8 chars in length and saving them in an array that coincides with another array containing the original filenames and then writing this to a file in a way not readable by anything but the program seems like a solution, but I'm not much or a programmer.

Thoughts?

John T. Haller
John T. Haller's picture
Online
Last seen: 23 min 51 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
7zip Portable

You can store multiple files in a 7z file and encrypt the filenames and password protect the archive. Then just extract files as you need them and delete when done.

Sometimes, the impossible can become possible, if you're awesome!

Nightshade7X
Offline
Last seen: 12 years 9 months ago
Joined: 2011-06-05 19:23
It never dawned on me to use

It never dawned on me to use archives. Thanks!

Log in or register to post comments