I want to encrypt a field in a table (it contains credit card number).
I tried to do it using dbms_obfuscation_toolkit, but the problem is encrypted string becomes much larger in length compared to actual field length (16 characters).

How can I encrypt the field to keep it same length yet hard to break?

Thanks a lot in advance.