Basic copy protection?

How can I add some basic copy protection to my published
captivate files?
I don't really know what techniques are available for this.
Can I have the flash file prevent itself from playing if not
downloaded from or connected to the website? Can I have it check a
cookie? Is there some basic way of putting flash on the html page
that prevents users from being able to link to it directly or copy
it? Is there a way to prevent caching?
Are there any down-sides to this?
Thanks in advance,
Ari

OK, now I have this working AFAIK.
Can anyone see a way for users to get around this?
I'll paste the code below if anyone wants to implement this
in their own projects.
jbradley88 was right about the _root reference being needed.
quote:
You might try appending _root. to all references and see if
that helps (as in _root._url and _root.getURL and
_root.unloadMovie)
He was also right about the need for using
unloadmovie instead of geturl. It I use geturl, a user can download
the swf file and play it back locally b/c they can ignore the
security warning. If I use _root.unloadmovie() then the movie
unloads even if downloaded and played back locally.
Also, I was using "FALSE" and "TRUE" as boolean values for
variables before and it didn't work. Seems flash wants them in
lowercase instead.
I just replaced the actionscript in the preloader that
shipped with Captivate with this code:
//Check to see that it is playing from mywebsite.com domain
//just set the url to your domain
//The localURL's are for allowing the movie to be previewed
on the local machine it was made on
//just set the variables to reflect your folder structure
okToPlay = false;
siteURL = "
http://www.mywebsite.com";
siteURL2 = "https://www.mywebsite.com";
localURL1 = "D:\\captivate working folder\\Published";
localURL2 = "file:///D:/captivate working folder/Published";
localURL3 =
"file:///D:/captivate%20working%20folder/Published";
if ((_root._url.substr(0,siteURL.length) == siteURL) ||
(_root._url.substr(0,siteURL2.length) == siteURL2) ||
(_root._url.substr(0,localURL1.length) == localURL1) ||
(_root._url.substr(0,localURL2.length) == localURL2) ||
(_root._url.substr(0,localURL3.length) == localURL3))
okToPlay = true;
if (okToPlay == false)
_root.unloadMovie();
//Called when the preloader displays, useful if you need the
size of the movie
function initialize(movieWidth:Number, movieHeight:Number)
function onProgress(loadedBytes:Number,totalBytes:Number){
var percentDone:Number = Math.round((loadedBytes /
totalBytes) * 100);
//Load 20% before starting movie.
if(percentDone > 20)
this.done = true;
percent_txt = percentDone+"%";}
function isDone():Boolean{
//by default the preloader will show until all frames are
loaded
//this function can override this bahavior
if(this.done)
return true;
else
return false;}
Now, AFAIK, when I publish Captivate files using this
preloader they'll only run from my domain or from the local machine
they were edited on (for previewing).
Thanks for the help,
Ari

Similar Messages

  • Copy Protection and ROM Contents

    Will basic Copy Protection mangle ROM Contents (like a zipped folder with exceutable and other files)- when dragged from mounted DVD to users desktop - or does Copy Protection only act on the video?
    G5 2.7 DVDSP 3.0.2   Mac OS X (10.4.2)  

    A client of us had mastered a dvd with dvd access on it.
    Mastering company replied that this can cause a problem when producing big numbers. It had to do with the fact that there is dvd rom data on the dvd?
    Next to that , the movie starts very slow after pressing a button. ( the mastered one) 10 to 15 seconds.
    The one they burned themselves was perfect.
    Any ideas? I Think this is a good addition to this subject.
    Thanks
    G5/ G4   Mac OS X (10.4.8)   Dvd studio pro 4

  • Copy Protected CDs and iTunes - long but important

    Hey all, I didn't search all the posts but I haven't seen much mentioned about this topice so I thought I would bring it to your attention. If this is a repeat, I apologize.
    The basic issue is this: some new CDs (especially from Sony) have a program on them that loads on the computer and will only allow you to load the songs as WMA files. This happened to me when I bought a copy of Switchfoot's new cd. It says right on the back that it will only work with Media Player but hey, I wasn't paying attention. Apparently this is not an issue is you are using a Mac.
    Anyhow, you cannot load these CDs into iTunes and therefore cannot load them onto your iPod. This has created a huge controvery over on the Sony boards and if you follow the link I will give you, you can see it. Switchfoot is a very popular band and a lot of people got hammered over this. I was lucky enough that my Christian store took the opened cd back after I explained the problem and I had to download it from the iTunes store. You lose a song this way but what can you do. I guess the new album by Cold Play is the same way but I am not a fan so I can't be sure.
    If you follow the Sony posts, when you get to the 6th page (I think), one of the members of Switchfoot posted and gave us a few ways to get around this. If you have NEVER put one of these copy protected cds into your drive, you do not have the software on your computer yet. He describes a program you can download and then use it after you put the cd in the drive. If you have inserted one of the cds, the little program is hiding somewhere on the computer and that fix will not work.
    You can copy it to Media Player, burn it to a cd, and then load it to iTunes. But.........here you are making copies of copies and are going to lose sound quality. How much and will it be noticable, I have no clue.
    Someone on the board said Sony is aware of the uproar and will have a version of iTunes that will be able to import these cds sometime in November (it is actually Apple that is doing I would guess). It all started because Apple refuses to give some kind of code to the large labels so they made the copy protection so iTunes will not recognize the cd (no matter how many time you put it into your drive......believe me I tried over and over on Tuesday until I found the Sony boards by doing a Google).
    If this is news to you all, I am glad. If a repeat, sorry but I wanted to make sure all iPod owners (especially those of us with PCs) to be aware of this. There is a small alert near the spine of the jewel case that says "Copy Protected" or something like that and then on the back on the bottom it talks about only being able to use in Media Player.
    Some who pre-ordered the disk online did not get the cd with the protection and apparantly some got some copies in retail stores that didn't have it also. I looked at all 400 copies the Christian store I bought it from had and they were all protected. Switchfoot is a Christian rock band but have had tremendous success crossing over into the rock genre.
    One last thing, I guess the Dual Disk version will work in iTunes., at least that was the latest I had read.
    Here is the link to the Sony Board on this topic and if you all can't find the one post about how to get around this, let me know and I will find it and post it here for you.
    http://forums1.sonymusic.com/groupee/forums/a/tpc/f/716102313/m/1331071454/p/1
    Good luck. I don't know how to make the links work on this board but you can copy/paste it into your browser window.
    Hope this helps some of you,
    Mike

    After using Macs for a number of years at both school and work, I finally ordered an iMac G5 of my own. When the DualDiscs came out I bought a few because I wnated all the content I could get. Attempting to play them on my iMac at work however, proved problematic. The audio side would spin for a few seconds then eject. I was slightly annoyed, but settled for playing the DVD audio versions of the albums as I worked. In my car stereo, the audio would work, but any other player it would not.
    When my personal iMac came, I expected the same problem- only the DVD side would play. Imagine my surprise when every DualDisc I attempted to rip (Switchfoot, Bruce Springsteen, Rob Thomas, Ben Folds, The Wallflowers, Oasis, David Gray) in iTunes was read and successfully ripped.
    So I wonder this- is it as much a problem with older Superdrives not being able to read the thicker discs as anything else?
    Or am I an anomaly

  • Copy Protection for home movies

    I have a small video recording business. I taped a ballet recital and will sell the videos to the parents. I would like to know if there is a way that I can copy protect these so they can not make copies of them.
    thanks

    And as Sue has already pointed out, if any of us can easily download the software to rip a commercial DVD to our computers that have millions of industry dollars behind the copy protection techniques on them, what makes you think that your home produced DVDs would be any safer?
    Usually the best thing to do is get in the mind set that you are providing a service (capturing a moment in time) and an initial product (that moment presented on a DVD with nice menus and such), but you are not a production house that makes their money off number of units moved. My guess is for something like a ballet recital, the parents are not all going to get together and buy a single copy and then make copies among themselves. Instead they will likely all buy their own copy and any additional copies they make would be sent to grandparents and things like that. And if you somehow made it uncopyable, then likely they would not come back to you to purchase additional copies but either not send a copy to Grandma or just dub a version to video tape.
    In other words, I think in these small business situations, the initial buyers are likely to buy anyway and the subsequent copies wanted wouldn't be through you anyway. So you are basically trying to protect against something that isn't going to affect you anyway.
    Just my opinion as a parent who has bought DVDs of various kids things from the "pros" who put them together (e.g. cheerleading competitions, etc.) but would never buy additional copies from those same people at the same price (I consider the price I paid to be for the service, not the actual copy).
    Patrick

  • BEWARE OF ADOBES NEW COPY PROTECTION SOFTWARE  IT CAN SERIOUSLY HARM YOUR COMPUTER

    Beware of Adobes new copy protection software it can seriously harm your computer!
    The FlexNet licensing software that is installed on your computer along with CS3 and CS4, and possibly other, products has the capacity to seriously harm your system. It seems that it relies on some sort of insidious rootkit technology, which hides files on your hard drive. The trouble is that it is not robust and, if it gets broken, has the capacity to render your computer unusable by any product that uses this technology unless and until the hard drive is completely reformatted and everything properly reinstalled. Given that we all pay good money to prevent this doomsday scenario occurring in our computers, this should be unacceptable.
    In particular, anyone who thinks that they can rely on disk imaging technology as a means of backing up or migrating system drives containing installations of Adobe CS3/4 should think again. Adobes new software and activation technology does not support disk cloning, and the result of using it is likely to render your computer permanently unusable, at least by Adobe products.
    I know this because it has happened to me. My computer completely freezes suddenly anytime during or after running CS3. After spending some time investigating the problem, Adobe came up with the following astonishing response:
    ]"We have gone through all the material and logs once again, and came to the conclusion, the problem was in fact caused by cloning your hard drive. What happened is, that the FlexNet service, the service responsible for the activation and licensing of the product, has been damaged. Cloning our products is not supported by our products, and was therefore not tested either. The problem is, there are leftovers of the last Photoshop. installation's FlexNet files present in your system. To make matters worse, these files are well hidden, to protect our programs from piracy. Therefore, they can't be removed. Since a deactivation and reinstallation were already done to no avail, the only thing that's left to do, is a complete reformatting of your harddrive. We are very sorry to have to tell you this, but it really is the only option left.
    Kind regards,
    Adobe Technical Support"
    Needless to say I am hopping mad! The implication that the problem is somehow my fault for daring to clone my hard drives is absurd! Disk imaging is a perfectly legitimate way of backing up and restoring or migrating hard drives and what they seem to be saying is that disk imaging as a backup & restore solution does not work with Adobe and Macromedia products. If this is so, a warning to this effect should be writ large on all of them.
    To top it all, Adobes abdication of responsibility shows a blatant disregard for their paying customers. They have rolled out a technology that, by their own admission, has not been fully tested and which has the potential to inflict irrevocable harm on their customers computer systems as a result. (Even Microsoft would not dare to try to get away with such a thing!) They have done this to protect their software from piracy and thus to protect their revenue stream. Fine, but they should do this at their own expense, not at the expense of their loyal paying customers, and, when things do go wrong, they should be willing and able to provide a fix. If Adobe lose these paying customers, the piracy issue becomes irrelevant! (If you ask me, a far more elegant solution to the piracy problem would be to lower the price of the software, which is absurdly over-priced, certainly here in the UK.)
    As a loyal customer and user of Photoshop virtually from day one, I do expect better than this. For the first time since I took up digital photography, I am looking for a different photo editing solution. I certainly do not think that any more of my hard earned cash will be heading in Adobes direction, at least until this is sorted out.

    It is possible that cloning will work for some, maybe, for example, if done between identical disks. Adobe are saying that they do not guarantee that it will; and sometimes it won't.
    However that is beside the point. Microsoft, bless their socks, have gone to great lengths to produce an operating system, which, for all its faults, is robust. If something gets broken, it will, 9 times out of 10 repair itself, and what remains is always fixable, once the problem is identified. It is amazing just how much abuse XP can take and still function.
    Now Adobe has come along and done something that negates all of that. They have introduced a technology, that, once broken, cannot be fixed. That goes against the principles that everyone else has been working towards.
    At the moment, few people may be affected (maybe more than Adobe care to admit to, and perhaps some who do not yet know that they are) but software users need to be wary of the thin end of the wedge. If all software vendors did similar things and played fast and loose with the basic fabric of the operating and file systems, all computers would soon be reduced to piles of junk.
    That is why it is wrong.
    Until Microsoft themselves support 3rd party product licensing and activation within the operating system, Adobe should hold off on this.

  • Copy Protection Error when doing a system recover - Satellite C655

    I have a satellite c655 S5206.  The computer seemed to have a virus as it would lock on windows and eventually wouldn't boot.  I tried using the system recover option built in but it didn't work so I ordered the disk from Toshiba.  When I tried to use them I got an Error 0x80030309 copy protection error.  I though it was a corrupted or bad hard drive so I ordered a new one but I still get the same error when trying to install disk 1 of the system recovery process.  Any help or explanation would be helpful.  Thanks

    Hi Models may differ in the way you use your recovery discs. You should read your user manuel to find out how to use these discs. Here's the basic way.
    Using Recovery CDs / DVDs / Media
    If you have created recovery DVDs/media for your system, you can restore your system from such media, if necessary. For example, if your original internal storage drive fails, you can restore your system to a new internal storage drive from your recovery DVDs/media. For instructions on creating recovery DVDs/media, see the How To: Understanding System Recovery Options + Creating / Purchasing Recovery Media article.
    IMPORTANT: The recovery process deletes information stored on the internal storage drive. Be sure to save your work to external media before executing the recovery.
    To recover your internal storage drive from recovery DVDs/media:
    Make sure your computer is turned off.
    Do one of the following: If your recovery files are on DVDs, insert the first recovery DVD into your optical disc drive. If your recovery files are on a USB flash drive, connect the USB flash drive to your computer.
    Turn on your computer. When the initial TOSHIBA screen displays, press the F12 key on your keyboard. The boot menu displays.
    Using the arrow keys, select the DVD option or the USB Flash option, depending on which type of media you are using, and then press the Enter key.
    A warning screen appears, stating that when the recovery is executed all data on your internal storage drive will be deleted and rewritten unless the “Recovery of Factory Default Software with user’s data” option is selected. Click Yes to continue.
    When the Toshiba Recovery Wizard opens and the “Selecting a process” screen displays, select Recovery of Factory Default Software, and then click Next.
    On the next screen you may have recovery method options. The default and recommended method is to Recover to Out of Box state.
    Follow the on screen instructions as you navigate through the system recovery steps.
    The laptop will restart multiple times and install the needed components.
    I Love my Satellite L775D-S7222 Laptop. Some days you're the windshield, Some days you're the bug. The Computer world is crazy. If you have answers to computer problems, pass them forward.

  • Client, Victim of Piracy, Wants Copy Protection Against ALL forms of copying

    I have a client who produces instructional videos, and due to his fame and demand for these videos, the traditional DVDs have been pirated and he stopped production this year upon discovery.
    This summer, his manager talked him into doing the videos again, but this time only releasing them online, through his web site, using heavy copy protection, perhaps something like Artiscope. While this can thwart most digital copying, my client also wants to prevent copying with a camcorder off the screen. I don't believe there is currently any rendering technology that can do this, and Googling the topic found nothing but encrypting against digital copying.
    So my question is whether anyone knows of a company that makes a product that causes video to be viewable to the naked eye, but not recordable with a camcorder?
    I have been thinking about ways to implement this myself, and my thoughts are along the lines of the methods used to protect checks (microprinting) and currency from copying. The protection results in a severely degraded copy, perhaps revealing a watermark, when the copying resolution is not the same as the original printing.
    For a video, something like a 50% checkerboard matrix of pixels with the video and another with reversed video colors, where the video could be viewed normally, but the slight blurring of a camcorder lens would blend the pixels together and result in a grey solid area instead of video. Obviously there is a fundamental flaw with this, in that the naked eye would see a confusing image, even if it could decipher it, but I'm bringing it up just to show you what direction my thinking is taking on this.
    If it is possible, and there is a product, my client wants to know where he can get it and how much it will cost. If not, I need a credible source to state that such technology is impossible in the current state of the art and that he's wasting his time with any such efforts.
    So what do you embedded video experts think? Is there tech on the horizon that can address camcorder copying AND encryption? Or will this be way too far in the future?

    As far as I know you can't prevent screen capturing (In almost all cases), I think he really needs to understand that when people are determined to steal it, they are going to do it.
    The only thing I know of that can even come close to being able to prevent using a camera to record something (then being able to actually watch the recording) is "cinavia". It can also detect if you try to screen capture it (then play it back) and it also can detect if you encode it to another format. Basically when you try to play it back it checks for differences in audio and if it detects it then it stops playing.
    Here is a article that explains it go towards the bottom to see how it stops using camcorders. The catch is though it only actually works when the media is attempted to be played back on devices that support it's tech. Which at the moment isn't much, except PS3's and some Blu-ray players.
    http://www.anandtech.com/show/5693/cinavia-drm-how-i-learned-to-stop-worrying-and-love-blu rays-selfdestruction/3+
    I'd really recommend checking out that entire article.
    Basically though as far as I know I don't think you'll actually have a chance at being able to use this option, because I think you probably would have to spend silly sums of cash to do it. Someone else here might have more insight than me about this though.

  • DVD Copy Protection without CSS

    Is it possible for DVDSP4 to put any copy protection on a burned disc without using CSS?
    What happens if you enable copyright management, set it for no copy permitted, but don't click the CSS box. Does that do anything at all?
    For example, a client calls and needs 10 copies of a disc and they want it copy protected. Is there a way to do this on my MacPro, as opposed to enabling CSS and sending it off to be replicated?
    Thanks,
    Chris

    I am wondering why DVDSP allows you to turn copy management on, and select "no copying permitted" and doesn't require you to turn on CSS. If CSS was the only way to copy protect, I would think there wouldn't be on/off toggle box for it. Once you selected "no copying permitted" CSS would automatically be enabled.
    When I burn the DVD, in the log, it says something like my device "cannot work with copy generation management."
    This makes me believe, that with the right burner, although it may be basic, there is a way to copy protect a burned DVD without using CSS.
    Maybe I'm dreaming.

  • Copy-protecting a DVD studio pro (DVDSP)

    I am new to DVDSP and wanted to check that I have properly copy-protected an authored DVD that I created.
    (NB I realise that dedicated hackers will be able to copy it, but I did want a basic form of protection).
    This is what I've done so far. When authoring the project I ticked the box that says that only one copy of the DVD can be made, and then successfully burnt the project.
    From this DVD I've just created, how many copies can I now create? Is it just the one? Or can I create as many copies as I like, but each copy cannot be copied? Or, maybe none of the above answers?
    Your help for a novice would be greatly appreciated.
    Thanks
    J

    As Jeremy indicates all you did was create the flags. Protected discs must be made by replication, as opposedto "burning." however, there are now some processes out there that put pretty strong anti-copying protection on burned discs. I have one vendor who does my short runs for me.

  • Copy protecting PDF files

    I know that complete copy protection of a PDFs is not possible--at least that is what I have read. But can someone tell me why this shouldn't work: I create my document in InDesign. The layer I want to protect (the data I sell) is the bottom layer. I then add a second "invisible" layer that is a "button" and put it on top.
    In the trial version I set up, the button-layer, when clicked, takes me to a page I created that tells me that copying is not allowed. Seemed to work. But not being much of a PDF person, I am not sure how effective this is (read: how easy would it be for a person to get to the bottom (data) layer if they really tried.)
    The reason for the security is that my document will be sold to subscribers as a PDF. Much of the data in it comes from sources who would not be too happy about their data going any further than the intended reciepent.
    If I can get the copy problem solved (to a reasonable degree) I will need to get to work on finding out the best way to prevent (or at least make difficult) further distribution of the document!

    I played around with watermarks a few days ago. And I still might incorporate them when the time comes. What my main problem is, is that the companies that provide me with the data that goes in to the final PDF needs to be as copy-proof as possible, otherwise they will stop selling me their data.
    So I am trying to come up with a method that would really require subscribers to my magazine to go out of their way to have to copy the data (which are mostly tables made in Excel spreadsheets). My suppliers haven't minded (too much) that up to now I have have been publishing their info in our printed magazine. They know people can scan the data from there. They just don't want it to be made available in a format where it can be easily "stolen" and distribued further electronically. I pay them a lot for their data and I am not their only customer. If it gets too easy for people to take the data from me, they will loose  other customers.
    I will keep trying different techniques.

  • Not showing image in basic copy gif image icon and place on html page

    Trying to do a basic copy gif image icon and place it on a basic html page.
    The image shows up in my local page and shows on remote side but when I go to view in browser it does not show as a image. It shows the border but no image.
    The directions were (working with windows xp and IE8)
    Download the image to your C:\temp folder.
    4. Copy the gif file from your C:\temp folder and paste it in the same folder where your .html or .asp file is.
    I copied the image with right click save as in many different areas of computer. I even put on desktop.
    I add image and it shows on the site I am working in but when putting to remote side it does not view as an image on the browser.
    I have cleared cashe as well as pressed cntrl/refresh and still nothing.
    Other images work and show.
    on-line-vacations.com
    Thanks!

    Basic assumptions:
    You have Defined a site.
    All files reside within the defined site (including image files)
    All files use the appropriate file extensions, for example, image.gif
    You have saved and uploaded all site files to your server.
    You are EXACTLY naming the source image (no errant capital letters) in the link.
    If your other images are linking properly and showing, delete this image and insert it again (or re-link it to the image file within your site structure).
    Z

  • HT1473 It seems like many commercial music CDs won't import into iTunes (copy protection?), so you can only play them from the disc, not your other devices. Am I missing something?

    More and more commercial music CDs won't seem to import into iTunes - they just spin, falter, and spit out. I would think I had a setting wrong except older CDs load with no problem. I'm guessing there's copy protection on the newer ones, which seems unfair if you want to, say, buy a CD that has bonus material not available via iTunes (and then have to buy the regular material again on iTunes). Is there a way around this? An easy fix so I can keep buying CDs when I want to? I know it's a technology that's on the way out, but it's not gone yet.

    Audio CD copy protection is relatively rare. I doubt its use is on the increase as it would be just one more nail in CD's coffin. On the few occasions I've bought CDs that won't rip I've gone straight back to the store for a refund. If the drive is attempting to read at max. speed it might help to force it to read slower (if indeed you have that as an option) and it may help to switch the error correction mode.
    tt2

  • I am having problems opening a copy protected cd file

    I am trying to open a CD which contains mainly PDF files and is copy protected but somehow it doesn't open and doesn't even appear anywhere on my computer. I have managed to access it through the Disk Utility and foun the CD on hidden folder volumes, but when I try to open the disk the folder inside it appears for a few seconds and disappears, as if the disk was blank. I suppose that it has to do with the copy protection, since the content appears to be in the disk.....If someone could please enlighten me on this subject I would appreciate very much, because I really need the files on this CD with kind of a hurry! Thank you!

    On the Mac open System Preferences > iCloud.  Deselect the box next to:  Documents & Data then reselect it.
    On the iPad tap Settings > iCloud
    Switch Documents & Data off then back on.
    Give iCloud a minute to re sync the data then try opening that document on either your Mac or iPad,

  • Cannot Play or Copy an EMI CD with Copy Protection

    Today I purchased "warnings, promises" by Idlewild.
    The disc was purchased new from BMG online and there was no mention of copy-protection on the web site.
    On this disc (from EMI) it says "Copy Controlled".
    When I place it in my mac drive it sees it as a data disk, but not a music disc.
    ITunes cannot play it or burn it.
    Any thoughts on how I can play this music that I legally purchased?
    Chris

    I had a similar problem with the latest Jackson Browne CD, I sent feedback to EMI but I doubt it will make any difference. My CD plays but with audible drop outs on the Mac, won't play at all on a DVD player I have but will play on a 20 year old Cambridge CD2 player. If it plays on a normal CD player you could record it to your HD by connecting the tape out of your hi-fi to the Mac. I do this with vinyl but it works just as well with CD. You need audio software to edit the file, I use Sound Studio from www.felttip.com. You can download a fully functional 15 day trial from their website. In addition to the software you need an RCA to 3.5mm audio plug cable

  • How can I copy protect a Labview application?

    We have a high value Labview 7.1 application that we want to copy protect.  Are there any third party software solutions available that work with Labview and provide hardware locked copy protection?  We want to prevent a single license key from being shared to allow installation of our application on multiple machines. 
    We looked into Software Passport / Armadillo but Software Passport does not support Labview.  We would prefer to use a third party solution as opposed to coding something ourselves.  We are not experienced with writing software security applications but if third party solutions are not available I guess we'll need to get our feet wet.  Thanks.

    I can imagine that a direct API implementation might be better.
    My personal experience of such implemtnations has been that under these circumstances it is critical that: -
      The implementation is solid.
      Trust and security are correctly established.
    It has been my experience that the above are quite difficult to assure. Where it works the EXE approach is probably better although the exposure to an attack by a sotware kit might be greater.
    The above are why I indicated my alternate technique, not using a donlge but my own system. It is almost certainly weaker than a commercial implementation in some possibly many ways. But has the advantage that I change the implementation and techniques and whoever wants to access it has to start from zero. There are no kits because there aren't a million copies available.
    I guess the right thing to do is to issue a challenge............perhaps with a reward........
    But my experience of encryption is that it can always be broken by someone somwhere. The real questions are by who and when.
    Message Edited by Conseils on 11-03-2007 12:07 PM

Maybe you are looking for