Does anyone know if System.Security.Cryptography.ECDsaCng.SignData() (.NET crypto stuff, takes byte[] data and spits out byte[] signature) is to be considered high-level (good) or low-level (evil)?
@janspambox It seems pretty higgh level to me, you already even selected the encryption algorithm... low level is more to the number theory part of things, like the mentioned PRNG function, or if you have to to meddle with primes and the like. Though you should also be careful on the key selection related stuff too, even if relatively high level, but since you seem to just be signing now, you are assuming you did everything right up to THAT point.
hvala
atenica1 1 year ago
This is one of the guys responsible for me haveing to do a )(&*^%^ update on my Blu-Ray everytime I buy a new release :(
bmecher 1 year ago
Does anyone know if System.Security.Cryptography.ECDsaCng.SignData() (.NET crypto stuff, takes byte[] data and spits out byte[] signature) is to be considered high-level (good) or low-level (evil)?
janspambox 1 year ago
@janspambox It seems pretty higgh level to me, you already even selected the encryption algorithm... low level is more to the number theory part of things, like the mentioned PRNG function, or if you have to to meddle with primes and the like. Though you should also be careful on the key selection related stuff too, even if relatively high level, but since you seem to just be signing now, you are assuming you did everything right up to THAT point.
trickyoutrickme 1 year ago
the tee shirt is a secret message from nephillium L-5
pzmtuthcvpvl 1 year ago
Nope, but I see what you mean. It is just a logo on his shirt. Check it out @ 49:23.
StephenWeis 2 years ago
Is the logo or whatever it is on that guys T-Shirt censored @ 12:55 and following? Just wondering.
foojoku 2 years ago