Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nekiplay/hashkiller-api


https://github.com/nekiplay/hashkiller-api

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# HashKiller API

**Get Password on Hash:**
```C#
HashKiller_API.HashKiller HashKiller = new HashKiller_API.HashKiller();
var result = HashKiller.Get(hash);
Console.WriteLine("Password: " + result.Password)
```