![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Unencryption
First I will admit that I am completely new to UNIX. That being said, I accidentally encrypted a file in the VI editor. I realize that there are similar posts to this one, but the thing is I know the encryption key I used. I would like to unencrypt the file. I want it to stop prompting me for the key each time I open it. Is there any way to do this? Thanks in advance
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
crypt < encrypted.file > unencrypted.file
crypt will prompt you for your key. |
||||
| Google The UNIX and Linux Forums |