Now reading
- D. Hankerson, J.L. Hernandez, A. Menezes, “Software Implementation of Elliptic Curve Cryptography over Binary Fields”
- M. Brown, D. Hankerson, J. Lopez, A. Menezes, “Software Implementation of the NIST Elliptic Curves over Prime Fields”
Now reading
spend some time at the campus today. it was surprisingly gave some recharging effects.
life must go on, so does the research
leave the last progress of my research?
these things happening the last few days… draining me.
Cannot access my other blog to inform this, so i’m leaving a clue here that i might be away for a while. i’ll write about what’s happening right away after i can access the site (no personal stuff here, that’s the rule).
Will fight to keep in focus to the research and make some progress. Sorry for not responding your comments (if there’s any) immediately
Today I received a short message from my academic advisor informing that all phd students under his supervision should do the research in campus for at least 4 hours everday (Mon-Fri) and submit progress report every week.
Seems that it won’t be any problem at all for me, except that he mentioned about signing up attendance form everyday!!
The library is developed under Microsoft Visual C++ Environment. I got headache to see those lines of API programming using MFC, aaaaaaarghghghghgg….
So I will just observe the inner workings and then start to build a simple code of encoding text and decrypt it using ECC.
Additional info:
Crypto++ supplies 31 predefined Elliptical Curves for use with ECIES (Elliptic Curve Integrated Encryption Scheme) as specified in ANSI X9.63. These curves range in size from 112 bits to 571 bits. Encrypting a 4 byte message with a 112 bit ECIES object produces a cipher text length of 53 bytes. Encrypting the same message with an ECIES object of 34 bits will produce a 35 byte cipher text.
Have just downloaded a curve generator called ECB – Elliptic Curve Builder (and just found out that it’s executable for use under Win XP on 32-bit prosessors
( ).
The important thing is to find out is whether the curves generated by ECB are secure, or not?
Stumbled upon this page while looking for some examples of encrypting message block with ECC, then found a crypto library called Crypto++ Library.
Will explore on how to compile and utilize the library and wondering will I end up with developing my own crypto library? We’ll see.
Recent Comments