Problem with decrypting files

Hi everyone!

I had encrypted few files (jpegs) 5 years ago on my old Mac G4 using Mac OS 9.2. Now I have Power Mac G5 and there is no way to open them neither decrypt them.

Please Help!

Power Mac

Posted on Feb 1, 2008 2:04 AM

Reply
10 replies

Feb 1, 2008 6:29 AM in response to Simon Teale

There is encrypt command in OS 9.2 itself.
I just hold ctrl key then press mouse button and the command is in the menu. I still have this old mac G4 and just before 2 hours I'd install 9.2 and make some try to decrypt these files, but the OS don't recognised them as enncrypted. The only available option is to encrypt them. Somehow the OS don't recognize them as encrypret files. I tried to open them under OS X with Preview, Photoshop, etc. but all I recieve is error messages (Couldn’t open the file. It may be corrupt or a file format that Preview doesn’t recognize.)

Feb 1, 2008 9:24 AM in response to Bunz Bg

Do you remember what program you were using for encryption? I'll have to reboot into OS9 to check but I don't recall it including encryption as one of its contextual menu items, though it did have the Security application as one of its features (which might work in Classic BTW). Since I don't recall it being contextual this suggests you used some other program to encrypt which does have a contextual items feature, and you need to know what that program is (as well as the password you used, otherwise you can forget about ever opening the file again unless your uncle works for the CIA).

Feb 4, 2008 4:24 AM in response to Learning___

Thanks to all of you!

Yes, it is Apple File Security app that I was using for encryption. But that was long ago. I made some upgrades and I had to format HDD and reinstall OS 9.0 again. Afer this operation the OS don't recognize previously encrypted files - they means just "name.jpg with an error" to this mashine. They cannot be open witn any software, and in contextual menu there is "encrypt" option, instead "decrypt". I have tryed with stuffit and "The file does not appear to be compressed or encoded".

Regards

Message was edited by: Bunz Bg

Feb 5, 2008 8:43 AM in response to Bunz Bg

Hello

Perhaps the files in question have just lost proper file type and/or creator code information.

You may try the following AppleScript script which will set the file type and creator code of chosen file to those of the encrypted by Apple File Security and open it.
(I see no 'decrypt' menu item in contextual menu for encrypted file under OS9.1. Double clicking it or opening it by Apple File Security application will ask you the password and then decrypt and open it.)

--SCRIPT
(* For OS9/Classic *)
set a to choose file
tell application "Finder"
tell item a
set {file type, creator type} to {"enc2", "crp2"}
end tell
open a
end tell
--END OF SCRIPT



Copy and paste the code into new window of Script Editor and run it. It will let you choose the file and set its file type and creator code and try to open it.
I think this should be run under OS9 or Classic. So use OS9's Script Editor located at (e.g.):

HD:
Applications (Mac OS 9):
Apple Extras:
AppleScript:
Script Editor

Last but not least, make a copy of the file and apply the script to the copy for safety.

Good luck,
H

Feb 10, 2008 9:08 AM in response to Bunz Bg

Hi there

I did assume if I do a backup with FileVault activated I can restore without problems if I know the password I have choosen. I did not work and I had to go far in the past to pick a backup where FileVault was not activated. That worked, the encrypted one gave an error as the system wanted to start up , I think the message was can not read at this stage any file.
I put the password in I used for FileVault but could not start up, the Password Window was rejecting any password.

I'm afraid to activate FileVault again, what's the use of it if I can't restore a backup.

Thanks for any info or advice.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Problem with decrypting files

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.