473,769 Members | 6,597 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Obfuscated xsl

fix
Hello,
i need to protect my xsl file.

In my xsl i have a mechanism for defining a personal stylesheet, what i want to do
is, if it possible, find a mechanism for Obfuscated the xsl source code .

thanks.

--Fix
Jul 20 '05 #1
4 1900
fix wrote:
Hello,
i need to protect my xsl file.

In my xsl i have a mechanism for defining a personal stylesheet, what i want to do
is, if it possible, find a mechanism for Obfuscated the xsl source code .

thanks.

--Fix


mode="witty"

You dont need to, xslt is already obfuscated

mode="serious"

Unlike normal program code where you get to defined loads of functions and
variables and the language lets you create all types of structures XSLT is
very basic. 90% of the work you need to do can be done by standard constructs.
If you use variable names you could try making them missleading. The only
other option is to make your XML so confusing that getting a grip on the XSL
becomes harder.

It will then make your XML and XSL much, much harder to maintain

Besides anyone with half a brain and some skill should be able to duplicate
the functionality of your XSL by looking at the XML and the resulting output.

If anyone technical was to look at your obfuscated XSL they would probably
raise their hands and say something like 'this has been written by an idiot,
we cannot use it'

The choice is yours.

Jul 20 '05 #2
On 27 Nov 2003 06:38:58 -0800, ba*****@tin.it (fix) wrote:
if it possible, find a mechanism for Obfuscated the xsl source code .


Once you've done this, find the de-obfuscater. You'll make a fortune!
Seriously, could XSLTC do this ?
(I have no idea if it can, but it's worth a look)

--
Die Gotterspammerun g - Junkmail of the Gods
Jul 20 '05 #3
fix
Replay:
On 27 Nov 2003 06:38:58 -0800, ba*****@tin.it (fix) wrote:
if it possible, find a mechanism for Obfuscated the xsl source code .


Once you've done this, find the de-obfuscater. You'll make a fortune!
Seriously, could XSLTC do this ?
(I have no idea if it can, but it's worth a look)


I think that the solution isn't in obfusctor,
but what can i do ???

I think to encript a xsl as a simple file and create a program
that receive in input xsl, xml file decript runtime xsl and return
a HTML File.
The problem is that when decript that i file i need to that somewhere and
the problem return :-(

Can you suggest something

--Fix
Jul 20 '05 #4
In article <51************ **************@ posting.google. com>,
fix <ba*****@tin.it > wrote:

% I think to encript a xsl as a simple file and create a program
% that receive in input xsl, xml file decript runtime xsl and return
% a HTML File.
% The problem is that when decript that i file i need to that somewhere and
% the problem return :-(

You can decrypt it to a variable and read the xsl from that variable.
I expect that's possible with any xslt class or library.
--

Patrick TJ McPhee
East York Canada
pt**@interlog.c om
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1817
by: Wibo | last post by:
Hello, we have a large application, that gave weird behavior. On W2K we're suffering from instable program ececution from time to time, untill now we managed to workaround these problems. On NT4 we were not able to get things working. It stops with the message unable to load MyDll.dll, where the dll can be another everytime you start.
1
2555
by: assaf | last post by:
hi all i am using PreEmptive Solutions dotfuscator (community edition). and i am getting 'TypeLoadException' for a simple interface that i defined. how can i debug an obfuscated application? assaf
0
1254
by: Steve Covert | last post by:
Has anyone encountered problems with building an installer for a Windows app using Wise? In my case, the installation fails due an obfuscated dll. Instructions are provided for remedying this from Wise by using the sn.exe (Strong Name) utility in the .NET Framework. I have done this but made no difference. Any info appreciated. Steve
58
4696
by: Jeff_Relf | last post by:
Hi Tom, You showed: << private const string PHONE_LIST = "495.1000__424.1111___(206)564-5555_1.800.325.3333"; static void Main( string args ) { foreach (string phoneNumber in Regex.Split (PHONE_LIST, "_+")) { Console.WriteLine (phoneNumber); } } Output: 495.1000
5
1705
by: Thomas Garai | last post by:
Hi, Does anybody know the details of the obfuscated C contest that was around a couple of years ago? I have a couple of pearlers I would like to enter.... hehehe :) cheers
0
1167
by: daechulsohn | last post by:
Just thought I would contribute some knowledge for a change. After hours tracking down a problem with obfuscated code, where we were getting the exception : System.TypeLoadException: Method a on type b from assembly is overriding a method impl. We traced it to a class that implements multiple interfaces, two of which defined the same method, with same name and same signature. That is,
4
2839
by: Paul E Collins | last post by:
For those who appreciate such things, here's a bit of obfuscated C# I knocked up in a spare moment at work. http://CL4.org/comp/jabberwocky.txt P. -- www.CL4.org
35
395
by: +-={K-SoL}=-+ | last post by:
when I try to reference 2 obfuscated libraries at the same time visual studio gives me a compilation error since the obfuscator has converted some name spaces to a and b in both libraries, now I don't have the source code to the libraries but, is there a way to get around this? I have a thread open at http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_20943332.html#10759775 if you guys want more info! Cannot...
4
7516
by: Bry | last post by:
I'm trying Obfuscation for the first time using the community edition of dotfuscator that ships with vs .net 2005. After building my code, I load the compiled .exe into dotfuscator and let it run. When I try to execute the obfuscated code, I received an exception. When I debug using vs .net, It reports the following exception. Could not find any resources appropriate for the specified culture or the neutral culture. Make sure
0
9589
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10214
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7410
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6674
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5304
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3963
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.