- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Crypt & Encrypt a script
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
08-18-2003 01:34 AM
08-18-2003 01:34 AM
Need your assistant on how to encrypt the korn shell script then how other users able to run the script and also protect from others users to view the script.
TQ & Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 01:40 AM
08-18-2003 01:40 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 01:45 AM
08-18-2003 01:45 AM
Re: Crypt & Encrypt a script
TQ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 01:47 AM
08-18-2003 01:47 AM
Re: Crypt & Encrypt a script
You are right. Untill wednsday it was a free site, and it has been for years...
Well,
i will attach the depot the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 01:48 AM
08-18-2003 01:48 AM
Re: Crypt & Encrypt a script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 01:51 AM
08-18-2003 01:51 AM
Re: Crypt & Encrypt a script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 03:04 AM
08-18-2003 03:04 AM
Re: Crypt & Encrypt a script
http://www.datsi.fi.upm.es/~frosal/frosal.html
I use shc alot on my scripts. It's really a great product
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 03:05 AM
08-18-2003 03:05 AM
Re: Crypt & Encrypt a script
I had installed successfully the shc-2.4a to my HPUX 11.00.
Then I run the following command :
# shc -f world.sh
Giving me the following error, please advice.
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "world.sh.x.c", line 13: error 1716: Automatic aggregate initialization is an ANSI feature.
(Bundled) cc: "world.sh.x.c", line 13: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "world.sh.x.c", line 13: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "world.sh.x.c", line 13: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "world.sh.x.c", line 13: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "world.sh.x.c", line 13: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "world.sh.x.c", line 13: error 1705: Function prototypes are an ANSI feature.
shc: Error 0
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 03:17 AM
08-18-2003 03:17 AM
Re: Crypt & Encrypt a script
You are using the bundled /usr/ccs/bin/cc which is capable only to compile kernels. You need to have a ANSI/C compiler such as HP/C or GCC.
Otherwise you can get the depot itself and install it.
http://hpux.cs.utah.edu/ftp/hpux/Shells/shc-2.4a/shc-2.4a-sd-11.00.depot.gz
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 03:31 AM
08-18-2003 03:31 AM
Re: Crypt & Encrypt a script
Now I managed to make my script executable/binary and can't be viewed by others.
Regards