QAES AES256 KFB mode special coder for string, binary, text

Share your advanced PureBasic knowledge/code with the community.
User avatar
Caronte3D
Addict
Addict
Posts: 1355
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

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

Post by Caronte3D »

Thanks you! :D
AMpos
Enthusiast
Enthusiast
Posts: 128
Joined: Fri Jun 05, 2020 12:47 am

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

Post 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,..."
User avatar
Bisonte
Addict
Addict
Posts: 1305
Joined: Tue Oct 09, 2007 2:15 am

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

Post 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.
PureBasic 6.21 (Windows x64) | Windows 11 Pro | AsRock B850 Steel Legend Wifi | R7 9800x3D | 64GB RAM | RTX 5080 | ThermaltakeView 270 TG ARGB | build by vannicom​​
English is not my native language... (I often use DeepL.)
User avatar
Saki
Addict
Addict
Posts: 830
Joined: Sun Apr 05, 2020 11:28 am
Location: Pandora

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

Post 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
地球上の平和
AMpos
Enthusiast
Enthusiast
Posts: 128
Joined: Fri Jun 05, 2020 12:47 am

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

Post 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.
User avatar
Saki
Addict
Addict
Posts: 830
Joined: Sun Apr 05, 2020 11:28 am
Location: Pandora

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

Post 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
地球上の平和
Post Reply