Skip to content

Commit 0cd3136

Browse files
authored
Update README.md
1 parent f6dbf0f commit 0cd3136

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# SafeCrypt Library
1+
# SafeEnkrypt Library
22

33
A C# library for encryption and decryption.
44

55
## Overview
66

7-
The SafeCrypt library provides a set of methods for encrypting and decrypting data using various encryption algorithms,
7+
The SafeEnkrypt library provides a set of methods for encrypting and decrypting data using various encryption algorithms,
88
including the Advanced Encryption Standard (AES) and RSA (Rivest–Shamir–Adleman).
99
It is designed to be easy to use and can be integrated into C# applications that require secure data transmission or storage.
1010
## Table of Contents
@@ -17,13 +17,12 @@ It is designed to be easy to use and can be integrated into C# applications that
1717

1818
## Installation
1919

20-
To use the SafeCrypt library in your C# project, follow these steps:
20+
To use the SafeEnkrypt library in your C# project, follow these steps:
2121

2222
1. Clone the repository:
2323

2424
```bash
25-
git clone https://github.com/selfmadecode/SafeCrypt
26-
cd SafeCrypt
25+
git clone https://github.com/selfmadecode/SafeEnkrypt
2726
```
2827

2928
2. Build the project:
@@ -32,7 +31,7 @@ To use the SafeCrypt library in your C# project, follow these steps:
3231
dotnet build
3332
```
3433

35-
Now, you can reference the SafeCrypt library in your C# project.
34+
Now, you can reference the SafeEnkrypt library in your C# project.
3635

3736
## Aes
3837
To use AES encryption in your C# application, access the static Aes class directly.
@@ -49,7 +48,7 @@ For more details on RSA Encryption, check the [Rsa.md](doc/Rsa.md) document.
4948

5049
## Contributing
5150

52-
If you would like to contribute to the development of the SafeCrypt library, follow these steps:
51+
If you would like to contribute to the development of the SafeEnkrypt library, follow these steps:
5352

5453
1. Create an issue to discuss the proposed changes or bug fixes.
5554
2. Fork the repository and create a new branch for your work:
@@ -65,4 +64,4 @@ If you would like to contribute to the development of the SafeCrypt library, fol
6564

6665
## License
6766

68-
This project is licensed under the MIT License - see the [LICENSE](https://github.com/selfmadecode/SafeCrypt/tree/master?tab=MIT-1-ov-file) file for details.
67+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/selfmadecode/SafeEnkrypt/tree/master?tab=MIT-1-ov-file) file for details.

0 commit comments

Comments
 (0)