Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16
  1. #1
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287

    Free plugin: iEnc

    Hey all,

    This is my first plugin, iEnc.

    This action plugin uses a mix of xTea, MD5, CDC to encrypt and decrypt files.
    The main encryption is xTea and the maximum length of a key is 32 bytes. (Then the first 32 bytes only will be used)

    There is one downside, Window.Close(Application.GetWndHandle(),CLOSEWND_T ERMINATE);
    must be used on shutdown or the application will crash in Vista and Windows 7.

    The plugin has 2 functions:
    • iEnc.Encrypt(sFileIn, sFileOut, sKey); --Encrypts a file using the iEnc plugin
    • iEnc.Decrypt(sFileIn, sFileOut, sKey); --Decrypts a file using the iEnc plugin

    Install notes: Copy the iEnc folder, after extracting it, to the Autoplay Media Studio Plugins\Actions folder.

    Helpfile and example included in download.

    Download page.

    Special thanks go to MicroByte for teaching me lots about creating plugins. Thanks MicroByte
    Last edited by Imagine Programming; 07-04-2009 at 08:25 PM.
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  2. #2
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    So what do you all think?

    Please report any bugs
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  3. #3
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    BUG: It doesn't work.


  4. #4
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by ShadowUK View Post
    BUG: It doesn't work.

    Anyone else having this issue aswell?

    In windows 7 x64
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  5. #5
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Issue should be fixed now, same link. It was checking for a valid license and for some reason it doesn't work on Win7 x64, anyway I removed the license checking.

    Thanks shadow.
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  6. #6
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Still doesn't work.

    Edit: This plugin completely fails at Windows 7 x64. Downloaded it 5 times from your site and it still doesn't work, And I don't fail at installing the plugin if the MD5/CRC is the same every time.
    Last edited by ShadowUK; 07-05-2009 at 09:14 AM.

  7. #7
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Works fine here on Vista 64.
    Dermot

    I am so out of here

  8. #8
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by ShadowUK View Post
    Still doesn't work.

    Edit: This plugin completely fails at Windows 7 x64.
    Has been tested on Win7 x64 and it doesn't show any dialog over here, so...
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  9. #9
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by ShadowUK View Post
    Still doesn't work.

    Edit: This plugin completely fails at Windows 7 x64. Downloaded it 5 times from your site and it still doesn't work, And I don't fail at installing the plugin if the MD5/CRC is the same every time.
    Shadow, for the last time, I completely removed the error checking, and the error dialog from the source... I reuploaded it and when I download it over here it has a diff CRC and filesize as the first time. So don't look at me if you can't get it to work and you still see the error dialog which doesn't exist anymore.
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  10. #10
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by Dermot View Post
    Works fine here on Vista 64.
    Thanks for testing, 64 bit testing is impossible for me, only a friend has Win7 x64...
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  11. #11
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by Imagine Programming View Post
    Shadow, for the last time, I completely removed the error checking, and the error dialog from the source... I reuploaded it and when I download it over here it has a diff CRC and filesize as the first time. So don't look at me if you can't get it to work and you still see the error dialog which doesn't exist anymore.
    You ask for people to check it and when someone says it doesn't work, you can't admit it.



    Restarted the computer, Used Chrome, Firefox and IDM 5 and it still doesn't work so it's actually your fault, unlike what you said in MSN.

    Quote Originally Posted by Imagine Programming View Post
    only a friend has Win7 x64...
    After what you said on MSN, You can not call me that anymore.

  12. #12
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Works fine here on Windows 7 Ultimate 32.
    Dermot

    I am so out of here

  13. #13
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by ShadowUK View Post
    You ask for people to check it and when someone says it doesn't work, you can't admit it.



    Restarted the computer, Used Chrome, Firefox and IDM 5 and it still doesn't work so it's actually your fault, unlike what you said in MSN.



    After what you said on MSN, You can not call me that anymore.
    I wasn't talking about you, I was talking about a friend I know in real life...
    Besides, It can't be showing the dialog (once again) beacuse (once again) it is completely removed from the source. Recompiled, rezipped (old zip completely removed) and the new filesize differs from the other...

    But you can keep on acting like a child (IMO)

    And at first I did admit there was a bug, i fixed it, then you started to act like a child...

    Quote Originally Posted by Dermot
    Works fine here on Windows 7 Ultimate 32.
    Thank you, good to know
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  14. #14
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by Imagine Programming View Post
    wordwall


    i'm out.

  15. #15
    Join Date
    May 2008
    Location
    The Netherlands
    Posts
    109

    works great for me.

    the plugin works great for me thanks Imagine Programming and besides I have windows 7 Ultimate x64 edition

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts