How to gain read privilege on a key file

Viewed 18

I have a key file in a directory that i have only read privilege and on the key file I don't have any privileges at all, i can not see the content inside. But i want to see the key so i can continue to decrypt my hashed password. I tried to cp and cat the key file to my folder that i have full privileges but i cant to that,

cp: cannot open 'key' for reading: Permission denied

cat: key: Permission denied
Could not open a connection to your authentication agent.

Can i do that is there any ideas?

0 Answers
Related