Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 724 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 724 Bytes

ctftools

codecov

A collection of ctf tools written in C#.

If you want to contribute please read the CONTRIBUTING.

Usage

Simplest way to use this toolset, is to add the nuget package to your application:

dotnet add package ctftools

This will give you access to the ctftools object, which can be called:

ctftools.Encryption.ROT13.Rotate("Gu1fVmSynt{s14t}")

Th1sIzFlag{f14g}

or ctftools.Format.Binary.ToText("011001100110110001100001011001110111101100110001001100100011001101111101")

flag{123}