You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,7 +31,7 @@ To use the SafeCrypt library in your C# project, follow these steps:
32
31
dotnet build
33
32
```
34
33
35
-
Now, you can reference the SafeCrypt library in your C# project.
34
+
Now, you can reference the SafeEnkrypt library in your C# project.
36
35
37
36
## Aes
38
37
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.
49
48
50
49
## Contributing
51
50
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:
53
52
54
53
1. Create an issue to discuss the proposed changes or bug fixes.
55
54
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
65
64
66
65
## License
67
66
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