The cypher package for hashing data in a convenient and secure way as well as symmetric and asymmetric encryption methods.
You can find On-line documentation at https://cypherapi.asp-waf.com/ as well as using the sample code found at https://github.com/ASP-WAF/Cypher
Use POCO classes in the Neo4jClient library, ORM style. Annotate with System.ComponentModel.DataAnnotations.Schema attributes. Supports Complex Types too.
Features:
* The package uses industry strong cryptographic algorithms for encryption, hashing and signing included in the .NET framework.
* It is very easy to integrate with a Dependency Injection container like Unity, i.e. the behaviors are abstracted with a handful of...
More information
THE CLASSES FROM THE CIPHERS PACKAGES DO NOT IMPLEMENT ANY CRYPTOGRAPHIC ALGORITHMS. They leverage the cryptographic algorithms implemented by the .NET cryptographic service providers.
The Ciphers package helps in addressing a common application requirement for achieving...
More information