It is new for me to work with the Crypto++ library and I'm not going to understand why they say CBC-Mode is usually not enough to protect/secure my data.
So can I deal with the CBC-Mode if I would like to use it with user passwords or not?
EDIT (from the comments):
I would like to create a program that encrypt strings with the Crypto++ library. I would like to transform data in order to keep it secret, like user passwords from a program/website, I mean like a password saver/container, with AES.