Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

MACSCryptPowerful cryptography algorithms implementation, with several user interfaces for the demonstration, but you still can access each separate algorithm from a simple API, you can even have a single library for specific algorithm without needing to include everything ... Integrating ... [More] MACSCrypt into your code is very simple, it's just one line code needed: //DEFINING THE OBJECT: MACSCrypt macsCryptObj = new MACSCrypt(); //DEFINING ALGORITHM AND MODE: macsCryptObj.Algorithm = MACSCrypt::CALGORITHM::AES; //Or DES or DES3 or AES3(NEW!) and implementing ... macsCryptObj.Mode = MACSCrypt::CMODE::EBC; //Or CBC or CTR or OFB or much more, and inventing ... /*** AND here is the line: ***/ ... read more at the project homepage ... [Less]

5.0
 
  0 reviews  |  1 user  |  1,787 lines of code  |  0 current contributors  |  Analyzed about 5 hours ago
 
 

endf2macsCalculate MACS (Maxwellian averaged capture cross section) from endf file

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.