AMSSpecialist Tools 2.0.0.0

Utilidades y herramientas que nos hacen la vida mas fácil al programar en AMS.
200 mensajes
nghethihieu escribió:yes. what about @@..............

with Crypto.BlowfishEncryptString don't have any error. but with new crypto (AES,Rijdean,..) software has been crash :|

make same but not read aun write in the same line...
Muchas gracias!! Bajando
@Ceone: My Script, not work, i must use the 3nd soft :|.
local file = Dialog.FileBrowse(true, "Locate File", Input.GetText("Input6"), "All Files (*.*)|*.*|", "", "dat", true, false);
local stg = "";
local enc = "";
local key = Input.GetText("Input3");
if (file[1] ~= "CANCEL") and (file ~= nil) then
	for i,v in pairs(file) do
		stg = TextFile.ReadToString(v);
		enc = Crypto.AESEncryptString(v,key);
		TextFile.WriteFromString((String.SplitPath(v).Drive)..(String.SplitPath(v).Folder)..(String.SplitPath(v).Filename)..'_enc'..(String.SplitPath(v).Extension),enc);
	end
end
.

Or the file cryto.lmd is error :lol:
thank you bro
Gracias
nghethihieu escribió:@Ceone: My Script, not work, i must use the 3nd soft :|.
local file = Dialog.FileBrowse(true, "Locate File", Input.GetText("Input6"), "All Files (*.*)|*.*|", "", "dat", true, false);
local stg = "";
local enc = "";
local key = Input.GetText("Input3");
if (file[1] ~= "CANCEL") and (file ~= nil) then
	for i,v in pairs(file) do
		stg = TextFile.ReadToString(v);
		enc = Crypto.AESEncryptString(v,key);
		TextFile.WriteFromString((String.SplitPath(v).Drive)..(String.SplitPath(v).Folder)..(String.SplitPath(v).Filename)..'_enc'..(String.SplitPath(v).Extension),enc);
	end
end
.

Or the file cryto.lmd is error :lol:

send me apz and i try...
Gracias Ceone
nice!
@Ceone: http://www.multiupload.com/LCSH3VK2M5 with APZ and Build program.

Error image: Imagen

Btw: Can i create one virtual LAN to play game like Garena :lol:
I see it when have time!

sorry, I have time limited
Ceone escribió:I see it when have time!

sorry, I have time limited
Thanks :)). i used 3rd soft has been call when execute new crypto. :))
Exelente cada vez avansando mas en ams
muchas gracias saludos.
very nice. you are talented ams peoples!! :hypno:
tim
timveer escribió:very nice. you are talented ams peoples!! :hypno:
tim
Send it to your friends
thank u very much
tnks m8
gracias !
grasia
orale
200 mensajes