I have several applications that work with one centralized Oracle database.
Applications are focused on the following platforms:
- iPhone
- Android
- Windows (XP, Vista and 7)
- Linux
- Mac os
- Web Applications (ASP.NET, PHP, and JSP)
I want to know what type of encryption I should use to make sure that all my encrypted data will be read (decrypted) for my entire application
eg. 3DES or RIJNDAEL_256 or TWOFISH256?
source
share