D
dick
Hello,
I want to encrypt a file with its filename.
I can encrypt the file itself using the frame libraries.
How can I now best hide the filename and extension?
Within the file, ... ?
I must be able to retrieve the filename after decrypting.
The original files have random filenames and extensions.
example:
original file: username.sec
encrypted file with orig filename: username.sec
encrypted file with encrypted filename: mydate.dat
After encryption I must have username.sec again.
TIA
I want to encrypt a file with its filename.
I can encrypt the file itself using the frame libraries.
How can I now best hide the filename and extension?
Within the file, ... ?
I must be able to retrieve the filename after decrypting.
The original files have random filenames and extensions.
example:
original file: username.sec
encrypted file with orig filename: username.sec
encrypted file with encrypted filename: mydate.dat
After encryption I must have username.sec again.
TIA