|
I've made a start on writing a similar tool to KGA. At the moment, for some unknown reason, I've called it BNC. I'm writing it in C++ Builder in plain C. I'm using OpenSSL for its 'BN' big number library and for it's Crypto capabilities. I am supplementing BN with the GMP big number library.
I am not, at the moment, planning for more that 3 tabs, being Calculator, Encryption and Hashing. More could be added later. I want the first tab to be a very comprehensive arbitary precision calculator, so the 'conversion' part of kga at the bottom of it's first tab will not be implemented, in favour of being able to independantly convert any of the P, Q, N, R fields between base 2, 10 and 16. I've tested that conversion up to 800,000,000 bits so far!. Crypto will be as full an implementation of the OpenSSL functions as I can manage, probably without the X509 stuff. I am more interested in an accurate low bug tool than bells and whistles.
Any suggestion, comments or ideas welcome.
Git
|