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
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.
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
.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
MIME helpers for Magic built on MimeKit, allowing you to easily construct and parse MIME messages. Combined with magic.lambda.mail, it also gives you sending and retrieving of emails capability. To use package go to https://polterguy.github.io
SMTP and POP3 helpers for Magic, which combined with magic.lambda.mime allows you to easily send emails from Hyperlambda. To use package go to https://polterguy.github.io
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.