Unencryption


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unencryption
# 1  
Old 01-29-2006
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
# 2  
Old 01-29-2006
crypt < encrypted.file > unencrypted.file

crypt will prompt you for your key.
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question