Skip to content

Commit

Permalink
Correct spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneiderInfosystems committed Nov 16, 2023
1 parent d3b895c commit 20fb398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WinRTCrypto
Five sample applications written for **Delphi** provide an introduction to symmetric encryption with AES, asymmetric encryption with RSA and hybrid encryption as a combination of both encryption alorithms and sign and verification.
Five sample applications written for **Delphi** provide an introduction to symmetric encryption with AES, asymmetric encryption with RSA and hybrid encryption as a combination of both encryption algorithms and sign and verification.
All code based on pure Delphi using the _WinApi.WinRT_ and _Winapi.Security.Cryptography_ library delivered since Delphi 10 Seattle. No additional 3rd-party libraries are required.
This code only runs on Windows and therefore uses the VCL.
This code only runs on Windows and therefore uses the VCL.

# Introduction to asymmetric encryption with RSA algorithms

Expand Down

0 comments on commit 20fb398

Please sign in to comment.