- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: shell command : "crypt"
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 06:33 AM
12-22-2004 06:33 AM
shell command : "crypt"
Does anyone know what is the equivalent "crypt" command on Linux? I am using the command to encode or decode a file on HP-UX but couldn't find it on Linux.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 07:36 AM
12-22-2004 07:36 AM
Re: shell command : "crypt"
http://ccrypt.sourceforge.net/
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 02:22 AM
12-28-2004 02:22 AM
Re: shell command : "crypt"
It seem that crypt command is not implemented on Linux because USA export restrictions. But of course crypt(3) library exist (use by passwd).
See below if you want to create command. It's perhaps a solution (i have not test it).
http://www.idevelopment.info/data/Unix/Linux/LINUX_CryptCommand.shtml
Rgds
JMB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2005 06:56 AM
01-30-2005 06:56 AM
Re: shell command : "crypt"
http://linux.about.com/od/commands/l/blcmdl3_crypt.htm
I don't use and did not find it on my linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 02:26 AM
01-31-2005 02:26 AM
Re: shell command : "crypt"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 04:07 AM
01-31-2005 04:07 AM
Re: shell command : "crypt"
Just had to share an old joke...
Using crypt is like locking the doors on your car with the window rolled down!!! It only keeps the honest folks out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 06:42 AM
01-31-2005 06:42 AM
Re: shell command : "crypt"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 08:55 AM
01-31-2005 08:55 AM
Re: shell command : "crypt"
Chris