Skip to content
Fatih Aydin edited this page Jan 30, 2014 · 3 revisions

NetUtilities is a .NET library which simplifies the art of programming.

By using NetUtilities, with just a single line of code you'll be able to:

  • Hash passwords using SHA1, SHA256, SHA384 or SHA512 hashing algorithms.
  • Generate truly random strings.
  • Create web requests & download files.

NetUtilities is still in its infancy, and is updated whenever I find my self repeating my code, so if you would like to contribute, feel free to make pull requests.


Namespaces and examples

To find examples on using this library, explore the following links.

Clone this wiki locally