Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.08 KB

common-cryptography-tasks.md

File metadata and controls

21 lines (18 loc) · 2.08 KB
title description ms.assetid ms.date ms.topic keywords ms.localizationpriority
Common cryptography tasks
These articles provide example code for common Universal Windows Platform (UWP) cryptography tasks, such as creating random numbers, comparing buffers, converting between strings and binary data, copying to and from byte arrays, and encoding and decoding data.
2DE094F4-28E2-4C5D-BF8C-617BD90AB119
02/08/2017
article
windows 10, uwp, security
medium

Common cryptography tasks

These articles provide example code for common Universal Windows Platform (UWP) cryptography tasks, such as creating random numbers, comparing buffers, converting between strings and binary data, copying to and from byte arrays, and encoding and decoding data.

Topic Description
Create random numbers This example code shows how to create a random number or buffer for use in cryptography in an UWP app.
Compare buffers This example code shows how to compare buffers in an UWP app.
Convert between strings and binary data This example code shows how to convert between strings and binary data in an UWP app.
Copy to and from byte arrays This example code shows how to copy to and from byte arrays in an UWP app.
Encode and decode data This example code shows how to encode and decode base64 and hexadecimal data in an UWP app.