I encrypt the string "usingAES" using AES 256 and delete the key file. Then I encrypt another string "usingRSA" using RSA 4096 bit with AES 256 bit block cipher - and delete the private key file.
Given those two encrypted strings, is it harder for someone to break the encryption of the "usingRSA" string than it is to break the "usingAES" encrypted string?
In other words - does the RSA encryption of the block cipher key help to protect the string at all? Or is that part only interesting for public/private/data exchange reasons?
--
Werner