Search found 785 matches

by Saki
Thu Jul 01, 2021 8:27 pm
Forum: Off Topic
Topic: Windows 11
Replies: 10
Views: 5786

Re: Windows 11

Many thanks 8)
by Saki
Thu Jul 01, 2021 8:11 pm
Forum: Off Topic
Topic: Windows 11
Replies: 10
Views: 5786

Windows 11

I just got the offer to install Windows 11 :shock:

// Moved to "Off Topic" (Kiffi)
by Saki
Wed Jun 30, 2021 9:40 pm
Forum: Tricks 'n' Tips
Topic: Image and Texture crypter - simplest use + AES
Replies: 27
Views: 5702

Re: Image and Texture crypter - simplest use + AES

@Kwai
Many thanks for your testing again.

But that was not a hairdresser, that is a wig, but not a cheap one. :wink:
by Saki
Wed Jun 30, 2021 9:32 pm
Forum: Tricks 'n' Tips
Topic: Image and Texture Crypter - Advanced - AES256/CBC - Also for professional using
Replies: 14
Views: 4983

Re: Image and Texture Crypter - Advanced - AES256/CBC - Also for professional using

Hi Kwai, thank you very much for testing. A special feature of this crypter is that you can easily build an image viewer that displays the encrypted images without having to decrypt them first on your storing media. No temporary unencrypted files are created. When the viewer is turned off, everythin...
by Saki
Wed Jun 30, 2021 8:08 am
Forum: Tricks 'n' Tips
Topic: Image and Texture Crypter - Advanced - AES256/CBC - Also for professional using
Replies: 14
Views: 4983

Re: Image and Texture Crypter - Advanced - Also for professional using

You define an error in my code where there is none, and then lecture me with very strange arguments.

If you want a salt, you must attach it to your password, no one is stopping you ! :wink:
by Saki
Tue Jun 29, 2021 8:30 am
Forum: Tricks 'n' Tips
Topic: Image and Texture Crypter - Advanced - AES256/CBC - Also for professional using
Replies: 14
Views: 4983

Re: Image and Texture Crypter - Advanced - Also for professional using

This is absolutely wrong and partly also quite nonsense. The encryption is as secure as your password and nothing else. If you set a static internal salt your password will neither get stronger nor weaker, but the key will absolutely not fit into the same lock as before. You don't have to hide that ...
by Saki
Tue Jun 29, 2021 1:37 am
Forum: Tricks 'n' Tips
Topic: Image and Texture Crypter - Advanced - AES256/CBC - Also for professional using
Replies: 14
Views: 4983

Re: Image and Texture Crypter - Advanced - Also for professional using

I work with software registers at AES. The static salt does nothing different than the seed at random. It creates a start state of the crypter defined by me, which I can change with the key. You set the crypter in such a way, that its start position is unique and probably no human on this earth has ...
by Saki
Tue Jun 29, 2021 1:15 am
Forum: Coding Questions
Topic: Readstring. Is it an error or just an empty string?
Replies: 13
Views: 1838

Re: Readstring. Is it an error or just an empty string?

BF = Coders "Best Friend" - LOL

The Wizzard core code was once created from a BucketFill routine
which then became BucketFill_advanced and finally GFX_Wizzard_BF.
It was then kept to be able to assign the codes to a common source.
by Saki
Tue Jun 29, 2021 12:52 am
Forum: Tricks 'n' Tips
Topic: Image and Texture Crypter - Advanced - AES256/CBC - Also for professional using
Replies: 14
Views: 4983

Re: Image and Texture Crypter - Advanced - Also for professional using

After all, it's just a static add-on. Imagine that 10 000 people use the crypter - LOL Then you can attack it in principle always with the same password. If you use the thing for the cloud, then you can change the static salt. Nobody else knows your static salt, you can also patch it from the outsid...
by Saki
Tue Jun 29, 2021 12:14 am
Forum: Coding Questions
Topic: Readstring. Is it an error or just an empty string?
Replies: 13
Views: 1838

Re: Readstring. Is it an error or just an empty string?

Hi @Pud You can do it also with StringFields_BF, i think. https://www.purebasic.fr/english/viewtopic.php?f=12&t=77219 The code for the small text file above then looks like this, multi OS Define index, separator$=#LF$ Define file=ReadFile(#PB_Any, "C:\Users\albus\OneDrive\Desktop\text.txt&q...
by Saki
Mon Jun 28, 2021 8:57 pm
Forum: Tricks 'n' Tips
Topic: Image and Texture Crypter - Advanced - AES256/CBC - Also for professional using
Replies: 14
Views: 4983

Re: Image and Texture Crypter - Advanced - Also for professional using

Codes updated

This is a static salt.
You can change it as you like.
It can also be used, for example, to patch the exe from the outside to personalize the crypter.
This salt changes the password absolutely, if it is changed.
by Saki
Mon Jun 28, 2021 8:04 pm
Forum: Tricks 'n' Tips
Topic: Image and Texture Crypter - Advanced - AES256/CBC - Also for professional using
Replies: 14
Views: 4983

Image and Texture Crypter - Advanced - AES256/CBC - Also for professional using

Today I have made an image crypter for you, which fulfills the highest demands and can also be used in this form in professional applications or games. This crypter works with AES-256 in CBC mode with a crypt randomized IV. The special thing about it is that no temporary unencrypted images are creat...
by Saki
Mon Jun 28, 2021 12:53 pm
Forum: Coding Questions
Topic: Readstring. Is it an error or just an empty string?
Replies: 13
Views: 1838

Re: Readstring. Is it an error or just an empty string?

Hi Nick, yes that works not, an inadvertence...