Encryption (Windows Runtime apps)
Encryption disguises data by altering it so that its original form cannot be determined. Decryption restores encrypted data to its original form. Data is encrypted by using an algorithm and a key. A key is a random number. An algorithm is a step-by-step procedure that uses the key to transform the original data. Anyone who has access to the key can decrypt encrypted data. Encryption can use symmetric or asymmetric keys. Symmetric encryption requires that the same key be used to encrypt and decrypt the data. Asymmetric encryption requires that separate, but mathematically related, keys be used to encrypt and decrypt. For more information, see the following topics.