Tambi?n puede intentar usar mi extensi?n.
http://www.comunidadgm.org/index.php?topic=14412.0
usando las funciones
[gml]
using("crypt.h");
text="Hello World!";
show_message(crypt(text)+"#"+decrypt(text));
[/gml]
http://www.comunidadgm.org/index.php?topic=14412.0
usando las funciones
[gml]
using("crypt.h");
text="Hello World!";
show_message(crypt(text)+"#"+decrypt(text));
[/gml]