Provides modern cryptographic algorithm implementations for .NET Core based on libsodium.
Commonly Used Types:
NSec.Cryptography.Aes256Gcm
NSec.Cryptography.Blake2b
NSec.Cryptography.Chacha20Poly1305
NSec.Cryptography.Ed25519
NSec.Cryptography.HkdfSha256
NSec.Cryptography.X25519
Cryptography helpers for Magic, allowing you to store passwords cryptographically secured, in addition to providing some other crypto functionality, such as cryptogragraphically secure random generator, and other hashin slots. To use package go to https://polterguy.github.io
Librería que genera la firma necesaria para conectarse con los servicios de PlusPagos. Permite a la vez la encriptación de cadenas en AES-256 usando la secretkey provista al comercio que se integra.
Provides block-based digest-producing cryptographical algorithms. Also provides concrete implementation for RandomGenerator interface of UtilPack.Cryptography package.
.NET Utilities exposes simple and effective methods to accomplish tasks which are otherwise unnecessarily complex or long. For example, you can request a web page using this short snippet:
string html = Http.Get("http://google.com");
Clean and simple!
.NET Utilities features:
- SHA1, SHA256,...
More information
Encrypt.Net Librería creada con el propósito de hacer mas ligero el trabajo de cifrado de distintos tipos.
Encrypt.Net Library created with the purpose of making the encryption work of different types lighter.
Herramientas de encriptado y desencriptado
Encryption and decryption tools
AES128, AES256,...
More information
Librería que genera el hash necesario para conectarse con los servicios de PlusPagos. Permite a la vez la encriptación de cadenas en AES-256 usando la secretkey provista al comercio que se integra.