---
title: Data security
description: The Ping (ForgeRock) SDKs do not save or load any user data, such as username or password, or personal information in memory. The only stored keys and data are the Session and OAuth 2.0 tokens required for authentication, and security-related certificates hashes.
component: sdks
version: latest
page_id: sdks:sdks:security/security-data
canonical_url: https://docs.pingidentity.com/sdks/latest/sdks/security/security-data.html
llms_txt: https://docs.pingidentity.com/sdks/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
revdate: Wed, 17 May 2023 14:10:20 +0100
keywords: ["PingOne Advanced Identity Cloud", "PingAM", "Journeys", "Setup &amp; Configuration", "Source Code", "Security", "SDK"]
---

# Data security

The Ping (ForgeRock) SDKs do not save or load any user data, such as username or password, or personal information in memory. The only stored keys and data are the [Session and OAuth 2.0 tokens](security-tokens.html) required for authentication, and security-related certificates hashes.

The Ping (ForgeRock) SDKs for iOS and Android support *SSL Pinning*. The certificate information used is passed in the form of certificate key hashes in the SDKs configuration file. This means you do not have to bundle certificates with your iOS `.ipa` or Android `.apk` files.
