HP-UX crypt, need to do in AIX 5

Hi,

I will crypt a file, which requires password to open it in HP-UX. Please let me know the equivalent command in AIX 5.

Your co-operation is highly appreciated in this regard!

-Thiagu

i am not sure but u can try crypt command.

to encrypt :

crypt password<filename>newfile

to decrypt

crypt password<newfile

Hi,

This is the way it works in HP-UX, I want to do the same in Sun SOlaris, there crypt doesnt work, pls mention some equivalent method to encrypt the file.

TIA
Thiagu