Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 368 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 368 Bytes

pow: Proof of Work generator

What is it?

It is common for CTF challenge services to require a proof of work (POW) in order to reduce load on the infrastructure (and counter DoS attacks).

This program produces such proofs of work.

How do I build it?

make

How do I use it?

pow -h