Announcement

Collapse
No announcement yet.

Securing My Project Files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Securing My Project Files

    Dear Sirs

    I'm working on project which is considered some kind of archiving for engineering drawings,documents

    I build my project as Web/ Mail Executable with Encrypt data segment option checked

    when i finished building my project and i was having a look at it i found that when i open the project it all moves to this directory

    C:\Users\USER\AppData\Local\Temp\ir_ext_temp_1\Aut oPlay

    which is very easy to track and end user can access it and copy all drawings out of this directory and it's not protected anymore

    is there anyway to totally encrypt all these files so if the end user could access to this directory he still see unreadable files

    i'm quite beginner in programming

    i hope i explained what i need clearly

    Best regards

  • #2
    Not in AMS it's self, it's not made for that but you could encrypt the content and decrypt in on the fly I use ase encryped exe these days what is a great little tool for this, you would have to include it and learn how to use it tho, but the means you encrypt is up to you.

    You can pay for other tools what wrap your project up, but end of the day you should come up with a way others don't use so its not undone in a moment,

    Also just a note ALL source code of your app is in memory so it can be dumped with the right tools so mixing 3ed party tools with your own encryption options might be a good option.
    Plugins or Sources MokoX
    BunnyHop Here

    Comment


    • #3
      Originally posted by kingzooly View Post
      Not in AMS it's self, it's not made for that but you could encrypt the content and decrypt in on the fly I use ase encryped exe these days what is a great little tool for this, you would have to include it and learn how to use it tho, but the means you encrypt is up to you.

      You can pay for other tools what wrap your project up, but end of the day you should come up with a way others don't use so its not undone in a moment,

      Also just a note ALL source code of your app is in memory so it can be dumped with the right tools so mixing 3ed party tools with your own encryption options might be a good option.
      thanks for your help

      but What powerful tools i can use for encrypt my project .....

      and are they easy to use .... i'm quite beginner in programming

      best regards

      Comment


      • #4
        Then I would say if your a beginner then there is NO real way to easy do it, most of use that use AMS understand that code is not 100%, I create my own ways to made it harder for a kiddy scripter to get it but you want stop any hack from getting it, I would say make your code clean and worth using and don't worry about the code as much, if you want to offer users a paid app maybe use a web server to check the users and if they are the right people then provide them access to other content.

        I am sorry, I love AMS but its not a tool to protect your code in, I make little tools in AMS alot and still to this date not found a easy way to do it not for cheap anyway.
        Plugins or Sources MokoX
        BunnyHop Here

        Comment


        • #5
          you can always protect your project from the persons who have the same skill levels as yours but not the persons higher this is true for all coding languages not only autoplay

          Comment

          Working...
          X
          😀
          🥰
          🤢
          😎
          😡
          👍
          👎