crypto-algorithms icon indicating copy to clipboard operation
crypto-algorithms copied to clipboard

Basic implementations of standard cryptography algorithms, like AES and SHA-1.

Results 32 crypto-algorithms issues
Sort by recently updated
recently updated
newest added

HI This is a good Project. and Is this Project Support AES256/CBC/PKCS7Padding ??? or something can reference ?? Thanks

Hey, Can it be used as-is in commercial product for hashing passwords ? No changes at all Thanks Nitin

in CSR8670(16bit chip), unsigned char is saved by 16bit unit.

This makes the code more portable. you can use the same code both on a pc and on a embedded system. if you do not like to use uint8_t and...

The BYTE and WORD typedefs defined in sha1.h are suboptimal for use in Windows code - Windows resolves WORD to unsigned shorts, which is incompatible with the 32-bit integer that...

Hello, I fixed a number of compiler warnings and add a Makefile to make (pun intended) it easy to compile and run all of the tests. If any test fails,...

Fix:result error on C51, missing type conversion

Group the functions to get the hash directly. (Declare function in header is needed)

Hi, I just download the benchmark. Tried with base64, which fails. Did I make something wrong? Thanks. parallels:crypto-algorithms$ gcc base64*.c -o a_base64 parallels:crypto-algorithms$ ./a_base64 Base64 tests: FAILED Zhoulai