Showing posts with label solaris. Show all posts
Showing posts with label solaris. Show all posts

Wednesday, July 23, 2008

how to crypt and decrypt in Solaris

CRYPT AND UNCRYPT FILES

To crypt and open crypt file:

crypt <> crypt_test.x



vi -x crypt_test.x



To uncrypt a file:

crypt <> crypt_test.uncrypted



or

cat crypt_test.x | crypt crypt_test