![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Protecting directory trees with gpgdir | iBot | UNIX and Linux RSS News | 0 | 04-24-2008 08:50 AM |
| Protecting the directory tree | rooneyl | UNIX for Dummies Questions & Answers | 2 | 02-17-2008 02:59 PM |
| CIACTech06-001: Protecting Against SQL Injection Attacks | iBot | Security Advisories (RSS) | 0 | 12-24-2007 06:40 AM |
| Password Protecting Directories... | B14speedfreak | SUN Solaris | 1 | 06-01-2006 02:19 AM |
| password protecting a directory | iriemember | UNIX for Dummies Questions & Answers | 2 | 08-06-2002 12:57 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Protecting script
Good day
I would like to know if at all possible how to secure scripts. Assume ksh in AIx. Is there a way that I can avoid users from reading it other than chmod ? Thx J |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Using system methods there is no such way.
You can use a Kornshell-compiler and compile your scripts, but since it is no real compilation (ksh compilers are pseudocompilers, which tokenize the input and pack them together with a runtime engine interpreting the tokenized source) it can be decompiled the same way backwards. bakunin |
|
#3
|
|||
|
|||
|
Thanks for the reply. Is this compiler available in native AIX or is it a 3rd party tool. If its a 3rd party tool can you give me a link.
J |
|||
| Google The UNIX and Linux Forums |