Tell me more ×
Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography. It's 100% free, no registration required.

I have a file of my own that i have encrypted using Coder-Abi. Now i can just remember part of this password. So, would it be possible (much easier) for me to crack it knowing only part of it? I can remember around 20 of them. The files are pictures, excel and word files.

if there's a software (mainly freeware), please let me know.

thanks for the help

lucy

share|improve this question

1 Answer

Your best bet is brute force. If you know a significant proportion of the original password, (e.g., 13 characters out of 16), it wouldn't be too time consuming for a script to attempt all other possible combinations for the remaining characters.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.