If you have some cryptography/number theory background, IMO really good presentations that are very clear are the best way to get an introduction to applications like this. This presentation was really good and was very clear!
@MaxJusticz8 жыл бұрын
Really exceptionally good video!
@hellmanh808 жыл бұрын
Nice video! At 4:09, why the contiguous are does not cover the full plane, since the vectors are not colinear?
@cryptodavidw8 жыл бұрын
yep, that's a mistake of mine! It should fill the whole plane.
@siddhantsaurabh60988 жыл бұрын
Why isn't boneh_durfee working for N = 187 i.e. 11*17, e = 107, delta = 0.26, m = 4. d should be 3 which is less than 187*0.26. Can you tell me what's wrong. What parameters i need to tweak to get the correct d?
@KemonoFren3 жыл бұрын
Great video!
@safaeel62318 жыл бұрын
hello i try to execut implementations of attacks on RSA through LLL reductions but i found this problem python coppersmith.py File "coppersmith.py", line 164 P. = PolynomialRing(ZmodN)#, implementation='NTL') ^ SyntaxError: invalid syntax can you help me
@cryptodavidw8 жыл бұрын
+Safae El Atla you need Sage to execute it! Not python
@SayoojSamuel6 жыл бұрын
This code is for Sage Script. Try running coppersmith.sage after installing Sage first
@ziadchaoui59658 жыл бұрын
Is it possible that there is small mistake in the definition of the polynomials gi,j (around minute 12). Shouldn't the index i range from 1 to m instead of 0 to m-1 ?
@cryptodavidw8 жыл бұрын
+Ziad Chaoui if you go til' m, you lose f(x) => you lose x_0 as a root of your polynomial
@ziadchaoui59658 жыл бұрын
+David Wong but then how do you get the terms with N^m ? in the matrix ? ( great video btw )
@cryptodavidw8 жыл бұрын
+Ziad Chaoui you do not want the term N^m in your polynomials! because it is equal to 0 modulo N^m. Where did you get the impression that you needed it inside your lattice?
@ziadchaoui59658 жыл бұрын
+David Wong Aren't the entries of the matrix on the next slide the factors of the different monomials that make up the polynomial? Or did I misunderstand something? For example where does the first entry in the matrix, "N^m" come from?
@cryptodavidw8 жыл бұрын
+Ziad Chaoui uggg you're right, this has been a long time. Does the missing power comes from the function f?