BinaryByter
Yea
BinaryByter
basically a fusion of java, pascal and german
Nikolas
they think that AES is uncrackable and that RSA is secure lol
pretty sure nobody with a bit of knowledge would use the term "uncrackable" but whatever
Nikolas
we were talking about people developing libraries
BinaryByter
pretty sure nobody with a bit of knowledge would use the term "uncrackable" but whatever
pretty sure everybody with a bit MORE knowledge would use it again 😉
Andrea
they think that AES is uncrackable and that RSA is secure lol
why don't you publish a paper on how to crack AES? many people and company would be really interested in your work
BinaryByter
why don't you publish a paper on how to crack AES? many people and company would be really interested in your work
Pretty sure that it either has already been done or that its illegal to publish that
BinaryByter
Oh well, is it enough proof to say that the NSA has datacentres to crack AES?
Andrea
It is not been done and is not illegal, write it and send to the top conferences and journal on the field.
BinaryByter
https://en.wikipedia.org/wiki/Advanced_Encryption_Standard#Known_attacks
Andrea
basically a fusion of java, pascal and german
do you some document to show it?
BinaryByter
I can show you some example code
Nikolas
"At present, there is no known practical attack that would allow someone without knowledge of the key to read data encrypted by AES when correctly implemented."
Nikolas
Oh well, is it enough proof to say that the NSA has datacentres to crack AES?
According to the Snowden documents, the NSA is doing research on whether a cryptographic attack based on tau statistic may help to break AES.[28]
Andrea
https://en.wikipedia.org/wiki/Advanced_Encryption_Standard#Known_attacks
"At present, there is no known practical attack that would allow someone without knowledge of the key to read data encrypted by AES when correctly implemented." Please _read_ stuff you link
Nikolas
they are doing research
BinaryByter
Using any other key would make it secure
BinaryByter
But most implementations have the start vector
BinaryByter
you then modify the key
BinaryByter
you then modify the key
but the start key is enough information to do a side-channel attack
BinaryByter
In October 2005, Dag Arne Osvik, Adi Shamir and Eran Tromer presented a paper demonstrating several cache-timing attacks against the implementations in AES found in OpenSSL and Linux's dm-crypt partition encryption function.[31] One attack was able to obtain an entire AES key after only 800 operations triggering encryptions, in a total of 65 milliseconds. This attack requires the attacker to be able to run programs on the same system or platform that is performing AES.
BinaryByter
btw, if you want to read a bit more of the source 😉
Nikolas
also, this proves that publishing a paper is not illegal
BinaryByter
sure, no implementation is perfect
any standard compliant implementation isn't 😉
BinaryByter
you don't get how this attack works, do you?
Nikolas
you don't get how this attack works, do you?
Do you? You are basically stating random facts, copying parts of wikipedia, changing your statements
BinaryByter
Not really
BinaryByter
Do you? You are basically stating random facts, copying parts of wikipedia, changing your statements
the attack works because the program was able to read the source of randomness used in AES
BinaryByter
meaning that it could effectively predict how the key changed
Nikolas
"hey, implementing it is really hard and even the most extensively tested libaries have bugs" "let's rewrite it from scratch, by myself"
Nikolas
🤦🏻‍♂️
BinaryByter
"hey, implementing it is really hard and even the most extensively tested libaries have bugs" "let's rewrite it from scratch, by myself"
>"hey, implementing it is really hard and even the most extensively tested libaries have bugs" thats not what I said, wtf?
BinaryByter
anyway, you are holding me up from workg
Nikolas
no, that's what comes out from the discussion
Nikolas
if you can't even agree on that, that you are living in your magical world of delusion and I won't try to get you of it :)
Andrea
the start key
the start key is what you provide as 'password' (and it can be passed as input of a key derivation function)
Dima
/ban Srijan channel ad.
Andrea
the attack works because the program was able to read the source of randomness used in AES
No! They do a statistical analysis on the access pattern on the precomputed lookup tables. Please _read_ the stuff you share and quote.
Anonymous
Guys I have downloaded codeblocks but facing problem with it
Anonymous
It's quite new to me
Anonymous
Well I write simplest code in it and then it says it seems your file is not built I click on yes to build file but nothing happens Until now I used turbo
Anonymous
It is showing error this file has not been built yet I clicked yes to build file still again Can anybody explain this situation
Francisco
Without any error code, screenshot or something, very little we can do
Anonymous
Anonymous
What happened here
Anonymous
I have usually used turbo c++
Anonymous
I changed my code Still that happens on codeblocks Please admin reply here
I_Interface
I_Interface
then execute
olli
You might want to fix some "errors" - since your file extension is .c a compiler might try to compile it as C code. Better to use .cc or .cpp file extensions for C++ code - void main() should be int main() - iostream (without the .h) - Prepend std:: to cout E.g. #include <iostream> int main() { std::cout << "this is fun"; } Then try to build it
Francisco
I still don't get why some people use deprecated headers. Many things are wrong with people that start their journey with Turbo C++
Francisco
And many prehistoric teachers that are stuck in the past
olli
Still it gave same error again
Do you have a compiler installed? Did you try to build it?
Francisco
Still it gave same error again
You messed up yous installation, probably, or you're doing something you were not suppossed to do
Francisco
In all situations, google is your friend
Anonymous
You messed up yous installation, probably, or you're doing something you were not suppossed to do
I have downloaded it but not sure about its compiler it was of 86 mb
Anonymous
It was 4th option of website of codeblocks
Francisco
What OS are you using?
Anonymous
In all situations, google is your friend
I went to setting -tool chain executables -auto detect as one said on any website in that case but it was not able to auto detect
BinaryByter
😂
Mihail
you should get the one with mingw
Francisco
Windows 10
Btw, Visual Studio is THE superior IDE in any Windows
Anonymous