We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9404b4b commit 114da6dCopy full SHA for 114da6d
examples/sample_encryption.py
@@ -5,7 +5,7 @@
5
from uid2_client import encrypt_data, decrypt_data
6
7
# THIS FILE IS DEPRECATED!
8
-# To learn how to encrypt and decrypt a UID2 advertising token, see sample_client.py.
+# To learn how to encrypt and decrypt a UID2 advertising token, see sample_sharing.py (For sharers. See sample_client.py for DSPs)
9
10
def _usage():
11
print('Usage: python3 sample_encryption.py <base_url> <auth_key> <secret_key> <ad_token> <data>', file=sys.stderr)
0 commit comments