Skip to content

n3wt0n/Crypto

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

DBTek Crypto Utils

Crypto is a library to Encrypt/Decrypt and Hash files and strings

Implemented Algorithms: Hash

  • CRC32
  • HMAC-MD5
  • MD5
  • SHA-1
  • Unix-MD5
  • Unix-SHA2-256
  • Unix-SHA2-512

Implemented Algorithms: Encode/Decode

  • Base64
  • QuotedPrintable
  • Rijndael (AES)
  • TripleDes
  • UUEncode

Installation

The Crypto library is available on NuGet. Just search DBTek.Crypto in the Package Manager GUI or run the following command in the Package Manager Console:

Install-Package DBTek.Crypto

Usage

Refer to the project documentation to find examples about how to use this library.

Support

If you encounter some issues trying this library, please let me know through the Issues page and I'll fix the problem as soon as possible!

About

Crypto is a library to Encrypt/Decript and Hash files and strings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages