Skip to content

Commit af8861a

Browse files
committed
Rename to Cryptography directory
1 parent e5dfb75 commit af8861a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

C#/Encryption/README.md renamed to C#/Cryptography/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# Encryption
1+
# Cryptography
2+
3+
List of major cryptography APIs in .NET:
4+
- Windows Data Protection (DPAPI)
5+
- Hashing
6+
- Symmetric encryption
7+
- Public key encryption and signing
8+
9+
10+
## Symmetric encryption
211

312
Sample code to encrypt/decrypt string:
413
```C#

0 commit comments

Comments
 (0)