Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hub/apps/develop/security/common-cryptography-tasks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Common cryptography tasks
description: 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.
description: These articles provide example code for common WinUI 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.
ms.assetid: 2DE094F4-28E2-4C5D-BF8C-617BD90AB119
ms.date: 02/08/2017
ms.topic: article
Expand All @@ -9,7 +9,7 @@ ms.localizationpriority: 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.
These articles provide example code for common WinUI 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 |
|---------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|
Expand Down