SafeCrypt.Data.Security
1.3.0
dotnet add package SafeCrypt.Data.Security --version 1.3.0
NuGet\Install-Package SafeCrypt.Data.Security -Version 1.3.0
<PackageReference Include="SafeCrypt.Data.Security" Version="1.3.0" />
paket add SafeCrypt.Data.Security --version 1.3.0
#r "nuget: SafeCrypt.Data.Security, 1.3.0"
// Install SafeCrypt.Data.Security as a Cake Addin #addin nuget:?package=SafeCrypt.Data.Security&version=1.3.0 // Install SafeCrypt.Data.Security as a Cake Tool #tool nuget:?package=SafeCrypt.Data.Security&version=1.3.0
SafeEnkrypt Library
A C# library for encryption and decryption.
Overview
The SafeEnkrypt library provides a set of methods for encrypting and decrypting data using various encryption algorithms, including the Advanced Encryption Standard (AES) and RSA (Rivest–Shamir–Adleman). It is designed to be easy to use and can be integrated into C# applications that require secure data transmission or storage.
Table of Contents
- Installation
- AES Encryption and Decryption usage
- RSA Encryption and Decryption usage
- Contributing
- License
Installation
To use the SafeEnkrypt library in your C# project, follow these steps:
Clone the repository:
git clone https://github.com/selfmadecode/SafeEnkrypt
Build the project:
dotnet build
Now, you can reference the SafeEnkrypt library in your C# project.
Aes
To use AES encryption in your C# application, access the static Aes class directly. Call the provided methods;
Check the Aes.md documentation for guidance.
Rsa
This library provides a straightforward implementation of RSA encryption and decryption in C# using the .NET RSACryptoServiceProvider
.
It includes methods for generating RSA key pairs, encrypting data with a public key, and decrypting data with a private key.
For more details on RSA Encryption, check the Rsa.md document.
Contributing
If you would like to contribute to the development of the SafeEnkrypt library, follow these steps:
Create an issue to discuss the proposed changes or bug fixes.
Fork the repository and create a new branch for your work:
git checkout -b feature/my-feature
Make your changes and commit them with clear and concise messages.
Push your changes to your fork.
Create a pull request from your branch to the main repository.
Ensure that your pull request follows the contribution guidelines and includes necessary tests.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Portable.BouncyCastle (>= 1.9.0)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Release Note - Version 1.3.0
We are excited to announce the latest version of SafeCrypt (v1.3.0), bringing a new feature to enhance your experience with our encryption library.
What's New:
Addithing of Blow fish algorithm
Feedback and Contributions:
We appreciate your feedback and contributions! If you encounter any issues or have suggestions, please create an issue on GitHub: https://github.com/selfmadecode/SafeCrypt/issues
Thank you for using the SafeCrypt Library!