Search found 114 matches
- Nov 23, 2016 20:55
- Forum: Sources, Examples, Tips and Tricks
- Topic: AES Encryption/Decryption Algorithm
- Replies: 22
- Views: 20059
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 [....
- Oct 26, 2016 18:57
- Forum: Sources, Examples, Tips and Tricks
- Topic: AES Encryption/Decryption Algorithm
- Replies: 22
- Views: 20059
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.
- Oct 26, 2016 14:06
- Forum: Sources, Examples, Tips and Tricks
- Topic: AES Encryption/Decryption Algorithm
- Replies: 22
- Views: 20059
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...
- Mar 12, 2011 19:44
- Forum: Windows
- Topic: hello MichaelW
- Replies: 7
- Views: 3240
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...
- Mar 12, 2011 19:12
- Forum: Windows
- Topic: hello MichaelW
- Replies: 7
- Views: 3240
- Mar 12, 2011 15:04
- Forum: Windows
- Topic: hello MichaelW
- Replies: 7
- Views: 3240
- Jul 14, 2010 0:32
- Forum: Community Discussion
- Topic: Some general remarks on FreeBasic
- Replies: 45
- Views: 15916
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...
- Aug 05, 2009 10:36
- Forum: Libraries Questions
- Topic: Latest fmod version.
- Replies: 1
- Views: 1546
http://www.freebasic.net/forum/viewtopi ... highlight=
I will see, if I still have this files. If yes, I'll reupload them...
I will see, if I still have this files. If yes, I'll reupload them...
- Aug 04, 2009 14:12
- Forum: General
- Topic: Self programing programs
- Replies: 15
- Views: 4705
- Aug 03, 2009 18:53
- Forum: Archive
- Topic: GLFW Headers for GLFW 2.6 (final version, no bugs)
- Replies: 7
- Views: 4417
$%#@ my server is down. (28398.org)
I will upload it somewhere else.
http://www.file-pasta.com/file/glfw.zip
I will upload it somewhere else.
http://www.file-pasta.com/file/glfw.zip
- Aug 03, 2009 18:50
- Forum: Archive
- Topic: GLFW Headers for GLFW 2.6 (final version, no bugs)
- Replies: 7
- Views: 4417
- Aug 03, 2009 17:49
- Forum: Libraries Questions
- Topic: libxml2 (free XML library)
- Replies: 1
- Views: 2269
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...)
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...)
- Aug 03, 2009 17:11
- Forum: Community Discussion
- Topic: freebasic google search trend...
- Replies: 3
- Views: 19498
- Jul 29, 2009 5:43
- Forum: Windows
- Topic: FBEdit problem.
- Replies: 4
- Views: 2192
- Jul 28, 2009 18:43
- Forum: Windows
- Topic: FBEdit problem.
- Replies: 4
- Views: 2192
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...