Klypz.Switchblade 1.1.1-alpha

This is a prerelease version of Klypz.Switchblade.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Klypz.Switchblade --version 1.1.1-alpha
NuGet\Install-Package Klypz.Switchblade -Version 1.1.1-alpha
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="Klypz.Switchblade" Version="1.1.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Klypz.Switchblade --version 1.1.1-alpha
#r "nuget: Klypz.Switchblade, 1.1.1-alpha"
#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 Klypz.Switchblade as a Cake Addin
#addin nuget:?package=Klypz.Switchblade&version=1.1.1-alpha&prerelease

// Install Klypz.Switchblade as a Cake Tool
#tool nuget:?package=Klypz.Switchblade&version=1.1.1-alpha&prerelease

Este pacote é basicamente um utilitário. Criamos vários métodos e extensões que implementam funções do dia-a-dia do desenvolvedor como: Criptografia hash e simetrica, gerador de senha, extensão para string e conversor de DateTime para UnixTime

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Klypz.Switchblade:

Package Downloads
Klypz.Core.Security.JWT

Esta biblioteca atende a necessidade de criação de token no formato JWT para aplicações que utilizam "OWIN" como autorizador.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 1,582 8/3/2018
1.2.0 1,458 6/27/2018
1.1.1-beta 1,255 5/9/2018
1.1.1-alpha 1,193 4/18/2018
1.1.0-beta 1,354 5/2/2018
1.1.0-alpha 1,298 4/18/2018
1.0.5-beta 1,297 4/16/2018
1.0.4-beta 1,314 4/15/2018
1.0.3-beta 1,379 4/14/2018
1.0.1-beta 1,450 4/14/2018

- ApplySalt: Algorítmo que aplica salt em uma senha
- HashString: Criptografa em MD5, SHA1, SHA256, SHA384 e SHA512
- SymmertricEncrypt: Algorítmo de criptografia simétrica
- DateTimeExtensions: Conversão de DateTime para UnixTime
- PasswordGenerator: Gera uma string aleatória com base em instrução
- StringExtension: Várias funções para o tipo string