
One of the core features of a multi-tenant platform is the use of a single pool of computing resources to service the needs of many different customers.
Salesforce is hosted in a secure server environment that uses a firewall and other advanced technology to prevent interference or access from outside intruders.
Recent and ongoing actions include:
Actively monitoring and analyzing logs to enable proactive alerts to customers who have been affected.
Executing swift strategies to remove or disable fraudulent sites (often within an hour of detection).
Salesforce uses the same world-class security as global banks possess for their banking infrastructure.


Cryptology is perfect for information security.
Your birth date and social security numbers are examples of valuable information that should be encrypted.
Encrypting information will also provide confidentiality when doing business.
To maintain very accurate data, it is important to encrypt data.
If you encrypt the data, then only you or whoever else you give access to the data can affect it.
An encryption process will help you determine that the right people are using these computers.



Does your team know the best simple practices to follow to make your web app secured?
Here is a checklist that can help your team build robust and secure applications.
Use Strict Contextual Escaping (SCE), Most Javascripts these days help you with this escaping.
The domain entry at the url should be considered and redirected properly i.e., the user might try in any of the following fashions:
Entering the url in any of the above mentioned ways should be redirected to the https://www.example.com
Do not use obsolete encryption and hashing algorithms like MD4, MD5, SHA1, DES.

