I think you'd find most other PDF reader clients wouldn't know what to do with XFA (LiveCycle) forms. Adobe Reader / Acrobat is the only client I know that is fully compliant with the XFA standard. Most other readers either don't understand XFA at all or implement a very small subset of the functionality. XFA forms are contained within a "proper" PDF that simply has a message that says something like "If you see this then your client is not compatible" - this message is replaced with the form contents if the client is capable of rendering an XFA form. The problem you'd face is for reader clients that can render XFA but aren't necessairly 100% compliant with the latest XFA standard and therefore they may not be able to execute your scripts to disable the form.
I'm not sure what sort of things you are trying to secure but usually the most important thing in a form is the data. Anyone with a copy of Acrobat can very easily extract the data from an XFA form (provided they can open the form that is secured with a password). Also, anyone with a copy of LiveCycle Designer can also open your form (again, they'd have to know the password) and remove your scripts that disable the form.
LiveCycle Rights Management is perfect for ensuring that only appropiate people see the documents you produce. However, I don't know for sure if you can secure XFA forms with it (as they are proper PDFs at some level, perhaps you can but I've seen nothing concrete to say you can).
John.