LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   decrypting a file using "crypt" & "rot13" (https://www.linuxquestions.org/questions/solaris-opensolaris-20/decrypting-a-file-using-crypt-and-rot13-149145/)

JAMZM101 02-22-2004 10:58 AM

decrypting a file using "crypt" & "rot13"
 
Hello all,

I'm new to Unix and working on a school project. I need to be able to decrypt a file that has been encrypted with "crypt" and rot13.

I've figured out the "crypt" part of it but I need to be able to also run rot13 to it as well.

$ crypt <filename

plue the key of course will get me out of the file decrypted but it still remains encrypted use use of rot13

Any help will be appricated.

Thanks.

:study:

KDE4me 03-07-2004 09:32 AM

rot13 is the caeser cipher you can just "spin" the alphabet around 13 and you will get your output, there are multiple websites that you can find that will decipher rot13 or if you want newsreaders also have this capability.
Crypt is easy to break if you download a crack program.


All times are GMT -5. The time now is 09:49 PM.