News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

anyone attempt writing RSA in asm?

Started by ecube, February 21, 2009, 02:42:09 AM

Previous topic - Next topic

ecube

I feel like its a trick...it generates even large keys extremely fast.

drizz

Actually that's the slowest part since it uses advapi32!CryptGenRandom for random data generation and CryptGenRandom is very slow because it uses sha1 as the generator function, IIRC.
The truth cannot be learned ... it can only be recognized.

PBrennick

E^Cube,
I very much understand your feelings. When you search and search for years for something and suddenly, there it is, it can be a bit overwelming. I have used Drizz's stuff, still do, and he is very dependable. If he says it is 'da bomb,' you can be sure it IS da bomb.  :U

Paul
The GeneSys Project is available from:
The Repository or My crappy website