Is it secured to store the encrypted key in the database (encrypted by other cipher)?

I want to improve the encryption flow used by my application.
Today I use the AES cipher while its key and its IvBuffer are hardcoded in the code.
I know it is not secured and I want to improve this.
I want to create a new AE… Continue reading Is it secured to store the encrypted key in the database (encrypted by other cipher)?