View Full Version : Free plugin: iEnc
Imagine Programming
07-04-2009, 09:22 PM
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. (http://imagine-programming.com/index.php?p=Product&id=9)
Special thanks go to MicroByte for teaching me lots about creating plugins. Thanks MicroByte :yes
Imagine Programming
07-05-2009, 09:38 AM
So what do you all think? :)
Please report any bugs :yes
ShadowUK
07-05-2009, 09:43 AM
BUG: It doesn't work.
http://imgkk.com/i/2BXxxZRM.png
Imagine Programming
07-05-2009, 09:48 AM
BUG: It doesn't work.
http://imgkk.com/i/2BXxxZRM.png
Anyone else having this issue aswell?
In windows 7 x64
Imagine Programming
07-05-2009, 09:57 AM
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.
ShadowUK
07-05-2009, 10:02 AM
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.
Dermot
07-05-2009, 10:13 AM
Works fine here on Vista 64.
Imagine Programming
07-05-2009, 10:14 AM
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...
Imagine Programming
07-05-2009, 10:16 AM
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.
Imagine Programming
07-05-2009, 10:17 AM
Works fine here on Vista 64.
Thanks for testing, 64 bit testing is impossible for me, only a friend has Win7 x64...
ShadowUK
07-05-2009, 10:22 AM
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.
http://imgkk.com/i/4SwgRyyv.png
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. :lol
only a friend has Win7 x64...
After what you said on MSN, You can not call me that anymore.
Dermot
07-05-2009, 10:35 AM
Works fine here on Windows 7 Ultimate 32.
Imagine Programming
07-05-2009, 11:01 AM
You ask for people to check it and when someone says it doesn't work, you can't admit it.
http://imgkk.com/i/4SwgRyyv.png
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. :lol
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...
Works fine here on Windows 7 Ultimate 32.
Thank you, good to know :)
ShadowUK
07-05-2009, 11:19 AM
wordwall
http://www.terminally-incoherent.com/blog/wp-content/uploads/2008/05/facepalm.jpg
i'm out.
limboo
08-10-2009, 06:28 PM
the plugin works great for me thanks Imagine Programming and besides I have windows 7 Ultimate x64 edition
Centauri Soldier
08-10-2009, 06:59 PM
You ask for people to check it and when someone says it doesn't work, you can't admit it.
http://imgkk.com/i/4SwgRyyv.png
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. :lol
After what you said on MSN, You can not call me that anymore.
You have to delete the plugin folder from your project's plugin folder and then rerun the project...if not the old plugin will be used when you run the project instead of the new version being imported into it.
Imagine Programming
08-10-2009, 08:34 PM
You have to delete the plugin folder from your project's plugin folder and then rerun the project...if not the old plugin will be used when you run the project instead of the new version being imported into it.
Seems that I havn't failed, but somebody else... Not stating any names though... :p
Thanks centauri :)
Thanks limboo :yes
Centauri Soldier
08-11-2009, 02:24 AM
Seems that I havn't failed, but somebody else... Not stating any names though... :p
Thanks centauri :)
Thanks limboo :yes
No problem. I wouldn't be too hard on Shadow though, this error can be quite frustrating. ;)
This little issue took me a few tries to figure out too. My newly-updated plugin kept failing just like the old one...and then I figured it out (deductively of course). You have to clean out your project's plugin folder. Since all missing plugins are imported (from your AutoPlay plugins folder) into your project folder upon a build or a run and since plugins are not automatically overwritten every time your run or build a project, it's a simple matter of taking out the trash. :D
Imagine Programming
08-11-2009, 02:56 AM
No problem. I wouldn't be too hard on Shadow though, this error can be quite frustrating. ;)
This little issue took me a few tries to figure out too. My newly-updated plugin kept failing just like the old one...and then I figured it out (deductively of course). You have to clean out your project's plugin folder. Since all missing plugins are imported (from your AutoPlay plugins folder) into your project folder upon a build or a run and since plugins are not automatically overwritten every time your run or build a project, it's a simple matter of taking out the trash. :D
I wont be, I just wish he would be less hard on others... I know he probably couldn't know this, I just knew the bug was fixed:p
ceone
08-11-2009, 04:35 AM
many thx men
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.