SecureGenius 1.0.0

dotnet add package SecureGenius --version 1.0.0
NuGet\Install-Package SecureGenius -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SecureGenius" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SecureGenius --version 1.0.0
#r "nuget: SecureGenius, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SecureGenius as a Cake Addin
#addin nuget:?package=SecureGenius&version=1.0.0

// Install SecureGenius as a Cake Tool
#tool nuget:?package=SecureGenius&version=1.0.0

Package Name: Secure Genius

Description: A simple, lightweight NuGet package that generates secure random passwords. The package provides a single method that can be called from your code to generate a random password of a specified length, using a mix of letters, numbers, and special characters. The package is compatible with both .NET Standard and .NET Framework, and can be easily integrated into your existing applications.

Features:

Simple API for generating random passwords Customizable password length and character sets Secure random number generation Compatible with .NET Standard and .NET Framework Lightweight and easy to use Usage:

Install the NuGet package in your project Import the package into your code Call the provided method to generate a random password with a specified length Use the generated password in your application Example Code:

csharp Copy code using RandomPasswordGenerator;

// Generate a random password with length 12 string password = PasswordGenerator.Generate(length: 12); This NuGet package can be useful for developers who need to generate secure passwords for their applications, without having to write complex code themselves.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0-windows7.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 209 3/28/2023

Release Notes for SecureGenius 1.0:

SecureGenius is now available as a NuGet package for .NET projects.
SecureGenius generates strong and random passwords with high entropy.
Passwords generated by SecureGenius meet the latest security requirements.
SecureGenius is easy to integrate into your .NET project with just a few lines of code.
SecureGenius is built with security in mind and is resistant to brute-force attacks.
SecureGenius is compatible with .NET Framework 4.5 and later versions.
SecureGenius is well-documented with examples and usage instructions.
SecureGenius is open-source and contributions are welcome.
We hope that you find SecureGenius useful in your .NET projects. If you encounter any issues or have suggestions for future releases, please don't hesitate to reach out to us on GitHub.