57 packages tagged with “encrypted”
This library enables .NET Framework applications to use Microsoft Azure Key Vault with Always Encrypted in Microsoft Azure SQL Database and Microsoft SQL Server. The library includes the column master key store provider that allows client applications to access data when a column master key is stored in Microsoft Azure Key Vault. For more information on Always Encrypted, please refer to: https://aka.ms/AlwaysEncrypted. Use this library only with the legacy .NET Framework Data Provider for SQL Server within the System.Data.SqlClient namespace in .NET Framework. If you are using the Microsoft.Data.SqlClient (https://www.nuget.org/packages/Microsoft.Data.SqlClient) client driver, you need to use Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider (https://www.nuget.org/packages/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider) instead of this package.
XML XSerializer's XML serialization handles properties and types that the System.Xml.Serialization.XmlSerializer does not handle, such as interfaces and dictionaries. It is meant to be a drop-in replacement for the BCL XmlSerializer - it uses the same attributes: [XmlElement], [XmlAttribute], etc. JSON JSON serialization in XSerializer has better performance than JSON.NET (Newtonsoft). It also has better support for deserialization into a variable or field of type dynamic. Encryption XSerializer's XML and JSON serializers support the concept of field-level encryption. Properties that are decorated with an [Encrypt] attribute have their values encrypted/decrypted automatically. The actual mechanism to encrypt these fields is exposed through the IEncryptionMechanism interface - users of the encrypt feature are expected to implement this interface in their project.
Official SQLite Encryption Extension packages.
Official SQLite Encryption Extension package for System.Data.SQLite.
Components offering fast and robust implementations of Secure Shell (SSH) secure communication protocols, enabling strong encryption and advanced cryptography through simple, easy-to-use, and intuitive APIs.
Components for building secure SNMP Network Management applications, including full support for advanced SNMPv3 security and efficient MIB management, through simple, easy-to-use, and intuitive APIs.
SecureStorage is a library that provides effective encryption to the apps that use it, making the data generated by it inaccessible and inviolable. Any application creates a large quantity of data; some of it serves just as a warning, while others are essential to the application's operation and users, and some of it, if interfered with, can allow the application and its content to be hacked.
Simple read/write file
Components offering implementations of Secure File Transfer Protocol (SFTP) Clients and Servers, complete with strong SSH 2.0 encryption and cryptography through simple, easy-to-use, and intuitive APIs.
Obfuscates scripts using encryption. Facilitates seamless evaluation of encrypted scripts.
Horus greatly simplifies cryptography and encryption, allowing you to work with symmetric algorithms by taking care of the difficult part of setting them to work properly
Crypteron Security Framework Core Library shared by CipherDB, CipherStor, CipherObject and other products.
Crypteron CipherDB Agent for NHibernate 3.x
Our mission is to exacerbate the concept of security in messaging and create something conceptually new and innovative from a technical point of view. Top-level encrypted communication (there is no backend , there is no server-side contact list, there is no server but a simple router, the theory is that if the server does not exist then the server cannot be hacked, the communication is anonymous, the IDs are derived from a hash of the public keys, therefore in no case it is possible to trace who originates the messages, the encryption key is changed for each single message, and a system of digital signatures guarantees the origin of the messages and prevents attacks "men in de middle"). We use different concepts introduced with Bitcoin technology and the library itself: there are no accounts, the account is simply a pair of public and private keys, groups are also supported, the group ID is derived from a hash computed through the public keys of the members, since the hash process is irreversible, the level of anonymity is maximum). The publication of the source wants to demonstrate the genuineness of the concepts we have adopted! Thanks for your attention!
A System.Web.Security.RoleProvider that uses an encrypted file containing lists of users mapped to roles as its data store. See: http://galacticapi.github.io/astrolabe.html#SimpleMappingRoleProvider for RoleProvider configuration details.
Crypteron CipherDB Agent for Entity Framework 6.x
Appenders for Apache log4net RemoteSyslogSSLAppender and RemoteSyslogAsyncSSLAppender: Appenders specifically to allow remote SSL logging to a syslog running on a Synology NAS. This should work with any syslog conforming to the BSD specification. EncryptedForwardingAppender: ForwardingAppender to allow encryption of logged messages (both the message text and exception text). Current implementation uses PGP/GPG encryption. Reference project on GitHub for SampleApp to write logs for these appenders as well as a sample application for reading an encrypted file log. Use of this software is free. Suggestions or donations are both appreciated and welcome can be made by using the "Contact" tab at https://www.thebytestuff.com/
The Encrypted Token Pattern is a defence mechanism against Cross Site Request Forgery (CSRF) attacks, and is an alternative to its sister-patterns; Synchroniser Token, and Double Submit Cookie. The ARMOR Web Framework provides a means to leverage this technique in repelling CSRF attacks against ASP.NET applications.
Crypteron CipherStor for encrypting files and file streams destined for Azure Blob Storage, Amazon S3, SMB and local file servers
This library contains enclave providers for .NET Framework applications using Always Encrypted with secure enclaves. An enclave provider implements the client-side logic for the attestation protocol and for establishing a secure channel with a secure enclave inside SQL Server. For details on Always Encrypted with secure enclaves, see https://aka.ms/AlwaysEncryptedwithSecureEnclaves.
Fededim.Extensions.Configuration.Protected is an improved ConfigurationBuilder which allows partial or full encryption of configuration values stored inside any possible ConfigurationSource and fully integrated in the ASP.NET Core architecture. Basically, it implements a custom ConfigurationBuilder and a custom ConfigurationProvider defining a custom tokenization tag which whenever found decrypts the enclosed encrypted data using a provider implementing a standard interface IProtectProvider.
Streams that wrap streams, to write blocks, that can be transparently transformed, e.g. encrypted or compressed!
X509 Certificate Based Protected Configuration Provider for Configuration Encryption
A library to send notifications to the SecNtfy service
An extension of ASP .NET Identity system to work with Always Encrypted feature.
Official Enterprise Key Management packages.
Crypteron CipherObject Agent for general object oriented encryption
EF Core integration for AegisInt.