Then no, it's not possible*. Not without knowing the method of encryption (or is that something you know?)
* brute force is always an option, so I suppose it is possible in the strictest sense of the word
EDIT: To further clarify...
There are 4 parts to the puzzle:
- original file
- method of encryption
- key
- encrypted file
Generally speaking.... with any 3 parts and enough work, you can create the 4th part (except for the method of encryption, as there could be multiple different methods that produce the same encrypted file with the same key).
If you're talking about something like a .zip file or something, where the encryption method is well known and docuemented... then yes this is certainly possible. But if you have no idea how the file is encrypted (and you can't find out), then the only way to break the password is by brute force.
Anyway -- I don't suppose you could be more specific about your situation. Like what kind of file is this?
I am going to assume that XOR encryption was used. If that is the case then xor the unencrypted file and the encrypted file, then looking for a pattern.
Thanks guys for jumping and helping out like that....
This is my worst headache i have had yet...
the files used are MIF files taken off of Linux mobile efs file system.. they get encrypted automatically and i have the original files.. I can get as many as are needed...
the encryption method used is RSA 1024
the key is what i need so i can decrypted BIN file that contains full efs files..
If any one is up for it then please let me know ... My brian just isn't smart enough for this... but I would love to learn methods ...
As for writing a program to find the password... good luck. It doesn't look like it will be easy unless you're very familiar with the algorithm -- which I am not. Maybe someone has done it already and you can find such a program by searching (though I wasn't able to). Or perhaps you're just SOL. It doesn't look like there's a simple solution.
Yea i know if i have to do the programing/decrypting that i will be SOL...
that's just not in my bag of tricks ...
Thanks for information... anything is better then nothing...
Maybe someone that likes a challenge and would like to take on something like this that has the skills needed.. could jump on in and help... this i know is alot to ask for but i know this is the only way i will ever get the key..