![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HP-UX crypt, need to do in AIX 5 | thiagoo | UNIX for Advanced & Expert Users | 2 | 10-11-2006 11:32 AM |
| I need to do crypt(as in HP-UX) in AIX 5 | thiagoo | AIX | 1 | 10-10-2006 06:33 PM |
| Need to de-crypt a file.. | livetaurean19 | UNIX for Dummies Questions & Answers | 1 | 07-08-2005 11:36 AM |
| Crypt How to?? | dhanas | High Level Programming | 1 | 12-20-2002 07:32 AM |
| Reading SCO floppy on Linux | Leo Gessford Jr | UNIX for Dummies Questions & Answers | 4 | 08-07-2001 12:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Reading HP-UX crypt file on LINUX REHL 4
Hi,
I have a process that creates a file on a HP-UX server (11.11) using the HP-UX Command crypt. This gets transfred to a LINUX server (REHL 4u4 AP) where crypt is not installed. I have been trying to use the standard supplied "gpg" utility to decrypt the file but no sucess!. Any help/ideas would be good. FYI. Crypt creation on HP-UX echo "test is a test" | crypt 123 >filename.crypt File is transefred to LINUX Who do I read it once there? Many thanks in advance. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
gpg doesn't understand crypt so no surprise there.
I'm not a Red Hat person so I don't know the precise history, but previously, crypt used to be missing because of legal/licensing reasons from some Linux distros. Still, maybe you can find a ported crypt; have you tried rpmsearch? I believe Perl ships with the crypt function so perhaps you could use that. Perhaps it would be simpler to install something on HPUX which you already have on Linux, such as maybe gpg? |
|||
| Google The UNIX and Linux Forums |