Page 2 of 2

Re: QAES AES256 KFB mode special coder for string, binary, t

Posted: Tue Dec 17, 2019 9:43 pm
by Caronte3D
Thanks you! :D

Re: QAES AES256 KFB mode special coder for string, binary, t

Posted: Tue Sep 08, 2020 1:36 am
by AMpos
Thorsten1867 wrote:Updated: qAES_Module.pbi
I don't know why, but my program/IDE does not recognize this module's procedures.

I have at the start of my program

Code: Select all

IncludeFile "../commons/qAES_Module.pbi"
and my program compiles with no problem.

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

Posted: Tue Sep 08, 2020 8:03 am
by Bisonte
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

Posted: Tue Sep 08, 2020 8:50 am
by Saki
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

Re: QAES AES256 KFB mode special coder for string, binary, t

Posted: Thu Sep 10, 2020 10:51 am
by AMpos
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.
Of course it is added to the project. That's why it is strange not working.

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

Posted: Sun Sep 13, 2020 10:49 am
by Saki
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