Domanda

Sembra una domanda estremamente sciocca anche per me, ma comunque, sono curioso:

C'è un modo per proteggere un'applicazione Adobe Air con chiave hardware (AKA Dongle protezione software )?

Sto cercando di sviluppare una certa applicazione che richiederebbe una tacca chiave come una protezione da pirata (non posso cambiare quel fatto), e sembra che l'utilizzo di Adobe Flash sia il modo più semplice per scrivere ciò che questo particolareL'applicazione dovrebbe fare.

È stato utile?

Soluzione

If you are writing purely in Flash then you could use a product like SWF Studio (or Zinc ) which encrypts the flash file and produces and executable file. It needs to be encrypted because in a standard flash executable file the swf data can easily be extracted. Then you can protect this executable file using a Shell wrapper which ties it to a dongle. I did this using SWF Studio and Dinkey Dongles with my flash executable and it worked very well.

Links:

SWF Studio

Dinkey Dongles

Altri suggerimenti

AIR applications have no support for hardware dongles and don't even possess decent protection from decompiling. I imagine the dongle can be detected with some helper application called with NativeProcess, but this will require different helper for each OS. Also, without obfuscation all this will be pointless. See Trillix SWF Decompiler for decompilation and SecureSWF for obfuscation.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top