Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekiplay/hashkiller-api
https://github.com/nekiplay/hashkiller-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nekiplay/hashkiller-api
- Owner: Nekiplay
- Created: 2021-06-18T15:23:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T21:53:21.000Z (over 3 years ago)
- Last Synced: 2024-10-14T03:51:16.129Z (3 months ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```