Search found 779 matches

by Saki
Sat Jun 26, 2021 9:44 pm
Forum: Tricks 'n' Tips
Topic: Image and Texture crypter - simplest use + AES
Replies: 27
Views: 5714

Re: Image and Texture crypter - simplest use + AES

Keya wrote: Sat Jun 26, 2021 9:22 pm Random() should not be used for security applications, see CryptRandom()
Hi @Keya
These crypters are based on deterministic random generators.
CryptRandom() is not a deterministic random generator, this works not. :wink:
by Saki
Sat Jun 26, 2021 9:22 pm
Forum: Off Topic
Topic: John McAfee's death
Replies: 26
Views: 12417

Re: John McAfee's death

Why do you care, he's dead !
Let the dead have their peace.
by Saki
Sat Jun 26, 2021 8:56 pm
Forum: Off Topic
Topic: John McAfee's death
Replies: 26
Views: 12417

Re: John McAfee's death

Psychophanta wrote: Sat Jun 26, 2021 6:50 pm
Mijikai wrote: Sat Jun 26, 2021 4:11 pm He was a scammer and murderer.
I'd enjoy to know how do you know such things.
That is correct, please ever cite sources !

A person has died.
We will probably never know the exact circumstances and reasons.
It also does not belong in this forum.
by Saki
Sat Jun 26, 2021 7:27 pm
Forum: 3D Programming
Topic: how can i protect 3D textures and models ?
Replies: 19
Views: 9329

Re: how can i protect 3D textures and models ?

Hello,
I have made you a little crypter for it.

viewtopic.php?f=12&t=77513
by Saki
Sat Jun 26, 2021 5:17 pm
Forum: Tricks 'n' Tips
Topic: Image and Texture crypter - simplest use + AES
Replies: 27
Views: 5714

Image and Texture crypter - simplest use + AES

Since there are always inquiries about this, here two simplest to use solutions. This solutions works 'on place', it can encrypt images and textures very fast in itself, without the need of temporary images or buffers. On all you can set a password or not. You can only compress encrypted images loss...
by Saki
Fri Jun 25, 2021 8:18 pm
Forum: Tricks 'n' Tips
Topic: Data_Tool_BF - Data Generator - 50% smaller output + AES + Compression - Modules
Replies: 27
Views: 8369

Re: Data_Tool_BF - Data Generator - 50% smaller output + AES + Compression - Modules

The codes have been revised again.
Artifacts and errors removed.
The speed could be increased by this once again.
by Saki
Fri Jun 25, 2021 8:17 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 149768

Re: PureBasic 6.00 Alpha 2 released !

gekkonier wrote: Fri Jun 25, 2021 7:36 am
Psychophanta wrote: Thu Jun 24, 2021 8:39 pm Can't surpass that inconvenience => can't test 6.00 a2
Me too, I'm waiting for the next alpha - this bug is fixed.
Hi
Install simple in your User Folder, that is all, more is not needed
by Saki
Thu Jun 24, 2021 9:21 pm
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 149768

Re: PureBasic 6.00 Alpha 2 released !

@mk-soft
Many thanks for your code !
by Saki
Thu Jun 24, 2021 7:59 pm
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 149768

Re: PureBasic 6.00 Alpha 2 released !

Hi, does anyone know a solution for the C Backend ? Procedure IsDPIaware_BF() CompilerIf #PB_Compiler_Backend=#PB_Backend_C MessageRequester(" C Backend hint", "Check PB Compiler option DPI aware"+#LF$+#LF$+"To time not supported") ProcedureReturn 0 CompilerElse Compile...
by Saki
Wed Jun 23, 2021 10:40 pm
Forum: Tricks 'n' Tips
Topic: Data_Tool_BF - Data Generator - 50% smaller output + AES + Compression - Modules
Replies: 27
Views: 8369

Re: Data_Tool_BF - Data Generator - 50% smaller output + AES + Compression - Modules

Hi, yes, I hadn't thought of that now. you can also set with my codes, without limit. But I think more than 150 characters wide finds not acceptance. Best Regards Saki. Hint. All data codes have been updated. The codes with AES still had a key bug. The speed is now even higher. The data codes are co...
by Saki
Wed Jun 23, 2021 10:36 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 149768

Re: PureBasic 6.00 Alpha 2 released !

A good friend told me that he can't compile his really huge source with the 6.00 ASM.
But I can not test it myself
by Saki
Tue Jun 22, 2021 6:49 pm
Forum: Coding Questions
Topic: Source changes ignored?
Replies: 4
Views: 857

Re: Source changes ignored?

I then screwed with the security settings and Defender.

It looks like Defender detects the changed codes as a virus and then restores the old codes via the backups on OneDrive.

At least that's how it was for me.

That was pretty bad.

Best Regards Saki
by Saki
Tue Jun 22, 2021 6:38 pm
Forum: Coding Questions
Topic: Source changes ignored?
Replies: 4
Views: 857

Re: Source changes ignored?

I have also had this strange behavior.
It was OneDrive that had restored the old codes.
by Saki
Tue Jun 22, 2021 8:16 am
Forum: Off Topic
Topic: We serve vegetarians
Replies: 26
Views: 12141

Re: We serve vegetarians

In any case, it is important to eat a balanced diet !

The vegan portion to this would be a beer.

Image
by Saki
Mon Jun 21, 2021 8:44 am
Forum: Tricks 'n' Tips
Topic: Data_Tool_BF - Data Generator - 50% smaller output + AES + Compression - Modules
Replies: 27
Views: 8369

Re: Data_Tool_BF - Data Generator - 50% smaller output + AES + Compression - Modules

Hi Lunasole, thank you very much. Feel free to introduce your tool here. I don't know it, but that doesn't matter. With the 24 lines, that was surely a typo. With my tool you get uncompressed with the default settings 100 bytes in one line. With the Quad variant comparably about 40 characters. Compr...