Links for AES 128 bit CFB Implementation or Sample Application

Does anyone know of a sample app or a link where I can test a 128-bit AES CFB implementation given a password and some data.

thank

+2


source to share


3 answers


Several crypto libraries support AES in CFB mode, including:



Any of these will probably work; most of them will have test vectors (which NIST also provides as links and site links), and you can of course also write a program to test a specific set of inputs if desired.

+2


source


Does http://www.hanewin.net/encrypt/aes/aes-test.htm work ?



+1


source


NIST AES test vectors include CFB tests.

+1


source







All Articles