y1z2g3 / owasp-esapi-cplusplus

Automatically exported from code.google.com/p/owasp-esapi-cplusplus
0 stars 0 forks source link

CryptoHelper - missing functionality #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CryptoHelper needs implementations and test cases for:
* generateSecretKey (needs KeyGenerator factory)
* isCombinedCipherMode (needs encoding format)
* isAllowedCipherMode (needs encoding format)
* isMACRequired (needs CipherText class)
* isCipherTextMACvalid (needs CipherText class)

Original issue reported on code.google.com by noloa...@gmail.com on 6 Aug 2011 at 8:11

GoogleCodeExporter commented 9 years ago
generateSecretKey is now implemented.

Original comment by noloa...@gmail.com on 11 Aug 2011 at 3:32