Overview

This project contains a set of easy classes that I have done for different proposes.

This API was develop in C# for .NET Framework. The list of classes are:

  • ERiDeM.Security.Cryptography
  • DesEncryption: Encrypt an object using DES and it returns a string. To decrypt, it needs a string and it will return the object.
  • ERiDeM.Serialization
  • ByteSerizalization: Serialize an object to a byte array and opposite.