Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i was wondering is there anyone who has tried to implement Miracl lib in Code::Blocks? i just don't know where to start from!! or else if anyone have another crypto lib it would be nice :)
Posted

1 solution

On Windows you have the Crypto API[^] - which comes with a nice set of Cryptographic Service Providers[^]

Best regards
Espen Harlinn
 
Share this answer
 
Comments
xsp!d3r 29-Dec-12 8:00am    
does it work with Big Ints?
Espen Harlinn 29-Dec-12 8:04am    
I assume you're refering to large cryptographic keys, and if that's the case the answer is yes.
xsp!d3r 29-Dec-12 8:08am    
yeah something like RSA :) thx..
Espen Harlinn 29-Dec-12 8:09am    
RSA is supported out of the box
Sergey Alexandrovich Kryukov 29-Dec-12 20:40pm    
Right, it's there, a 5.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900