bitbeans
NuGet publisher profile
Packages (18)
blake2s-net
Blake2s .NET
StreamCryptor
You can use StreamCryptor to encrypt and decrypt files without size limit and the need to load every file completely into memory. StreamCryptor uses FileStream to read and write files in chunks, there is also an asynchronous implementations for progress reporting available. Files are encrypted into SCCEF (StreamCryptor Chunked Encrypted File) format. Every file contains an EncryptedFileHeader some EncryptedFileChunks and an EncryptedFileFooter to prevent file manipulation. The file serialization is realised with Google`s protobuf, it has a small overhead and offers an automatic length prefix for all file parts. All cryptographic operations are performed via libsodium-net (and thus libsodium). For more details and examples visit the github project site.
diskdetector-net
Class to detect the hardware type (SSD or HDD) of a hard disk on windows based systems.
helper-net
Small but useful .NET helper classes
NaclKeys
Small library to generate libsodium-net compatible KeyPair`s and encoded public keys based on predefined formats.
RedistributableChecker
Check if Microsoft Visual C++ Redistributable Packages are installed.
securedelete-net
Class to securely delete files on a HDD (only windows based systems). Current Features: - Ability to detect the underlying hardware (to prevent overwrites on SSD's) - Overwrite files with simple random data - Resets the file times - Obfuscate file and directory names
minisign-net
Minisign.Net is a .NET port of minisign
DnsCrypt.Blacklist
Build blacklists for dnscrypt-proxy
DnsCrypt.Models
Models for DnsCrypt.Toolbox
DnsCrypt.Stamps
Stamps for dnscrypt-proxy
DnsCrypt.Tools
Package Description
tahoe-net
Simple library to communicate with the Tahoe-LAFS client REST API.
knownpasswords-net
knownpasswords.org API bindings for C#
slackclient-net
Simple SlackClient to post a message to a channel
lageant-client
Client dll for Libsodium Authentication Agent (lageant)
DnsCrypt.Measurement
Measure dnscrypt-proxy resolvers
DnsCrypt.Configuration
Is used to read and write the dnscrypt-proxy.toml configuration under .NET