OpSec WareHouse API Documentation



	┌─[opsec@blackbox]─[~/dev]
	└──╼ $ cat api.md

	usage: [GET|POST] opsec6t4ofhwahlqhn6deuvk6f65mrocld6laowybe3b3t7toqefabqd.onion

	OpSec Public API | Privacy & Internet Freedom Toolkit

	[root (required)]:
	  /v1/			building block of all requests

	[tools]:
	  /v1/hash/		encode/decode common hashes (powered by HashKatcher)
		./enc/[alg]/[string]
		[GET] http://opsec6t4o...abqd.onion/v1/hash/enc/sha1/opsec
		[RESP] {"status": True, "hash": "ea522bdcf530f0e9405f5ecb9f748c071a1f037e"}

		./dec/[alg]/[hash]
		[GET] http://opsec6t4o...abqd.onion/v1/hash/dec/sha1/ea522bdcf530f0e9405f5ecb9f748c071a1f037e
		[RESP] {"status": True, "string": "opsec"}