
QAES AES256 KFB mode special coder for string, binary, text
Re: QAES AES256 KFB mode special coder for string, binary, t
I don't know why, but my program/IDE does not recognize this module's procedures.Thorsten1867 wrote:Updated: qAES_Module.pbi
I have at the start of my program
Code: Select all
IncludeFile "../commons/qAES_Module.pbi"
But if I type "smartcoder", the IDE does not know about this procedure, and the compiler shows an error saying "smartcoder() is not a function,..."
Re: QAES AES256 KFB mode special coder for string, binary, t
you have to open the "qAES_Module.pbi" in the IDE or you have to put it into your "Project" Tab in the IDE for autocomplete.
Re: QAES AES256 KFB mode special coder for string, binary, t
As a small tip from the QAES and GFX_Wizzard_BF main coder.
As you know, I am also working on the GFX_Wizzard_BF.
The author of this is also the author of all QAES codes.
Please use only the original QAES crypter versions,
only the original versions work completely without errors.
It's about the detection functions, if files have been changed or damaged,
this works not on the third party modules above.
The crypters themselves run as long as they have not been changed.
The QAES crypters work with deterministic AES based random generators.
This is quite different from the described procedure in the manual.
Without understanding how this works, you should not change anything.
It is strongly recommended to follow this advice
Best Regards Saki
As you know, I am also working on the GFX_Wizzard_BF.
The author of this is also the author of all QAES codes.
Please use only the original QAES crypter versions,
only the original versions work completely without errors.
It's about the detection functions, if files have been changed or damaged,
this works not on the third party modules above.
The crypters themselves run as long as they have not been changed.
The QAES crypters work with deterministic AES based random generators.
This is quite different from the described procedure in the manual.
Without understanding how this works, you should not change anything.
It is strongly recommended to follow this advice

Best Regards Saki
地球上の平和
Re: QAES AES256 KFB mode special coder for string, binary, t
Of course it is added to the project. That's why it is strange not working.Bisonte wrote:you have to open the "qAES_Module.pbi" in the IDE or you have to put it into your "Project" Tab in the IDE for autocomplete.
I have also some other .pbi files in my proyect, and many times it also does not read/autocomplete the #constants, although the compiler does not give any error.
Re: QAES AES256 KFB mode special coder for string, binary, t
This crypter is obsolete and will be replaced by this one:
QAES AES256 XEX & KFB & SHA3 crypter.
viewtopic.php?f=12&t=75943
Best Regards Saki
QAES AES256 XEX & KFB & SHA3 crypter.
viewtopic.php?f=12&t=75943
Best Regards Saki
地球上の平和