Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-18 Thread Joseph Balderson
Damn thread splicing. I didn't realize at the time that this thread was 30+ posts long, not 6. Gotta remember to look at the Re: in the subject... :P ___ Joseph Balderson, Developer | http://joeflash.ca | 705-466-6345 Tom Chiverton wr

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-09 Thread Tom Chiverton
On Wednesday 04 Jun 2008, Joseph Balderson wrote: > Ah. I thought he was talking about SWCEncrypt, which is actually an > obfuscator. Yeah, but SWFObfuscator isn't as cool a product name, so I guess they went with being confusing... -- Tom Chiverton ***

RE: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-05 Thread Dale Fraser
@Mike, Where do I find this framework? Regards Dale Fraser From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cato Paus Sent: Thursday, 5 June 2008 6:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: SWC Encrypt 2.0 - Does it work? Hello again, I h

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Joseph Balderson
Ah. I thought he was talking about SWCEncrypt, which is actually an obfuscator. I stand corrected. ___ Joseph Balderson | http://joeflash.ca Flex & Flash Platform Developer | Abobe Certified Developer & Trainer Author, Profession

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Doug McCune
Just to clarify, Andrew is in fact talking about encryption, not obfuscation. The NitroLM product (which I have not used) actually does raw byte encryption on your swf, which then gets loaded by a wrapper swf and decrypted at runtime based on a secret key that gets sent over a secure connection aft

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Joseph Balderson
I meant to say "...and the code is completely _un_intelligible..." ___ Joseph Balderson | http://joeflash.ca Flex & Flash Platform Developer | Abobe Certified Developer & Trainer Author, Professional Flex 3 (coming Winter 2008) St

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Joseph Balderson
What you both just described is obfuscation, not encryption. And there are varying levels of obfuscation. The barest level is replacing all props with _loc_1, whcih is child's play. I think what Andrew is referring to is "strong" obfuscation, that will replace vars with a meaningless string of

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Michael Schmalle
I'll Chime in on this since.. I could call myself a professional component developer. I had the same worries about source and intellectual property (2 years ago). What I have found in the real component market, developers will buy your component without code IF you have a site and support backing

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-04 Thread Josh McDonald
I still can't see what you hope to achieve with these solutions? Anybody willing to copy and paste your code, is just as willing to copy your encrypted .SWC file. Source code is like love - it only has value if you give it out. -Josh On Wed, Jun 4, 2008 at 5:45 PM, Cato Paus <[EMAIL PROTECTED]>

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-03 Thread Sherif Abdou
The local variable get changed to _loc_1, so your best best is to write some sort of script that changes the public/private variables to something like __var_1, and make sure u increment by 1. you can do the same for functions function __test__1();. I dont think encryption will matter unless some

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-03 Thread Doug McCune
That last comment isn't true. The Sothink decompiler works just fine on Flex swfs. Here's my experience with SWF Encrypt and SWC Encrypt: - We ran SWCEncrypt on a Flex SWC and then tried decompiling a Flex app created with the encrypted SWC versus the unencrypted SWC. I could not tell an

Re: [flexcoders] Re: SWC Encrypt 2.0 - Does it work?

2008-06-02 Thread Josh McDonald
I'm not suggesting you don't try, or that charging for software is wrong or anything like that, just that I feel source adds tremendous value to a component, which changes the price point at which it becomes a good idea to purchase it. I don't know what you plan on charging, or what your component