Search found 114 matches

by csde_rats
Nov 23, 2016 20:55
Forum: Sources, Examples, Tips and Tricks
Topic: AES Encryption/Decryption Algorithm
Replies: 22
Views: 18130

Re: AES Encryption/Decryption Algorithm

This actually works with any cipher. It makes chain encryption (like CBC, GCM) much stronger. If it would happen to have the same 8 chars string and same key/IV you will always get a different output after encryption which will totally make hard (or impossible) any brute force attack or analysis [....
by csde_rats
Oct 26, 2016 18:57
Forum: Sources, Examples, Tips and Tricks
Topic: AES Encryption/Decryption Algorithm
Replies: 22
Views: 18130

Re: AES Encryption/Decryption Algorithm

AES is also notoriously hard to get right (without major side channels) in software. It's a cipher designed for hardware, after all. It's very likely that this implementation here is vulnerable to these kinds of attacks.
by csde_rats
Oct 26, 2016 14:06
Forum: Sources, Examples, Tips and Tricks
Topic: AES Encryption/Decryption Algorithm
Replies: 22
Views: 18130

Re: AES Encryption/Decryption Algorithm

You are far better of using a proper cryptography library, like CryptoAPI/CNG (if you're on Windows) or cryptlib or even OpenSSL (whose APIs are often bad and poorly documented, but it's quite ok to use for primitives). Also, if you have no training in cryptography I'd kindly suggest to use a librar...
by csde_rats
Mar 12, 2011 19:44
Forum: Windows
Topic: hello MichaelW
Replies: 7
Views: 3062

Well maybe it has something to do with the console window being some kind of unusual window. For example it looks very odd on XP (somewhat thick title bar border), like message boxes emitted by kernel functions or drivers... maybe a normal user just doesn't have the security privilges to fiddle arou...
by csde_rats
Mar 12, 2011 19:12
Forum: Windows
Topic: hello MichaelW
Replies: 7
Views: 3062

I would suggest using SetWindowLong() and GWL_STYLE / GWL_EXSTYLE...
by csde_rats
Mar 12, 2011 15:04
Forum: Windows
Topic: hello MichaelW
Replies: 7
Views: 3062

I would suggest just to use a edit control with multiline capabilities activated and a typewriter font (e.g. Courier New).

I'm not sure if it's possible to take over a console window and move it into your window since they are (at least under XP) no "normal" windows. As I said, not sure ;)
by csde_rats
Jul 14, 2010 0:32
Forum: Community Discussion
Topic: Some general remarks on FreeBasic
Replies: 45
Views: 14636

Isn't that becoming kind of off-topic now? I think it would be a good start to create a small portal (maybe something similar to repository.freebasic.net?), where users can upload their bindings. A suitable format would be to upload them as a zip file, which holds both the header itself and the dyna...
by csde_rats
Aug 05, 2009 10:36
Forum: Libraries Questions
Topic: Latest fmod version.
Replies: 1
Views: 1454

http://www.freebasic.net/forum/viewtopi ... highlight=
I will see, if I still have this files. If yes, I'll reupload them...
by csde_rats
Aug 04, 2009 14:12
Forum: General
Topic: Self programing programs
Replies: 15
Views: 4395

Why should that be nice?
His code generates static code, that's not a problem - the "problem" is to write code which dynamically generates new code... which works ;)
by csde_rats
Aug 03, 2009 18:53
Forum: Archive
Topic: GLFW Headers for GLFW 2.6 (final version, no bugs)
Replies: 7
Views: 4116

$%#@ my server is down. (28398.org)
I will upload it somewhere else.

http://www.file-pasta.com/file/glfw.zip
by csde_rats
Aug 03, 2009 18:50
Forum: Archive
Topic: GLFW Headers for GLFW 2.6 (final version, no bugs)
Replies: 7
Views: 4116

Sorry.
I will re-upload it immediatly.
by csde_rats
Aug 03, 2009 17:49
Forum: Libraries Questions
Topic: libxml2 (free XML library)
Replies: 1
Views: 2060

libxml2 (free XML library)

Our libxml2 headers are very old (nearly 5 years - its from the 2.6.17 version, current ist 2.7.3 from January 2009...).
I currently don't have the time to update them, but it would nice-to-have for the next compiler version (if there is any new version of FBC planned...)
by csde_rats
Aug 03, 2009 17:11
Forum: Community Discussion
Topic: freebasic google search trend...
Replies: 3
Views: 18947

We in Germany have a very big Freebasic community...
by csde_rats
Jul 29, 2009 5:43
Forum: Windows
Topic: FBEdit problem.
Replies: 4
Views: 2002

Oh thanks I really forgot the Common Controls. Thx.
by csde_rats
Jul 28, 2009 18:43
Forum: Windows
Topic: FBEdit problem.
Replies: 4
Views: 2002

FBEdit problem.

I've seen the new "Link" control in the resource editor (Its symbol is the blue, underlined "LNK"), but if I want to use it my Program crashes by initializing the dialog containing this control. So what do I need to initializie or what library I need to load before I can use this...