AESAlgorithmEncryption 1.0.0
Stechsoft.Encryption.AES 1.0.0
Additional DetailsTo enhance security by using a unique encryption key for each project, modify the implementation so that:
1. Each project generates its unique encryption key and IV.
2. Keys are stored securely in a file (encryption_keys.json) within the client application directory.
3. No hardcoded keys exist in the SDK.
4. Unique Keys Per Project: The encryption key is stored in the client app directory, ensuring that each SDK application has its unique key.
5. Secure Key Storage: The SDK does not hardcode any encryption keys, reducing the risk of leaks.
6. Automatic Key Generation: A new key is generated automatically if no key file is found.
7. Error Handling for Corrupt Files: Ensures the key file is valid before using it.
dotnet add package AESAlgorithmEncryption --version 1.0.0
NuGet\Install-Package AESAlgorithmEncryption -Version 1.0.0
<PackageReference Include="AESAlgorithmEncryption" Version="1.0.0" />
<PackageVersion Include="AESAlgorithmEncryption" Version="1.0.0" />
<PackageReference Include="AESAlgorithmEncryption" />
paket add AESAlgorithmEncryption --version 1.0.0
#r "nuget: AESAlgorithmEncryption, 1.0.0"
#addin nuget:?package=AESAlgorithmEncryption&version=1.0.0
#tool nuget:?package=AESAlgorithmEncryption&version=1.0.0
This package is encrypting the your readable data and also decrypting in readable form.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.0.0 | 319 | 4 months ago |