Skip to main content

A CTF leet flag generator

Project description

CTF Flag Generator

A CTF leet flag generator

Install

pip install flag-gen

Usage

To translate alpha characters to leet string:

flag-gen 'this is your flag' 

And output maybe:

TH1S_i5_yOUr_fL@6
Entropy: 20.92 bits

You can use it in your code:

import flag_gen

print(flag_gen.leet('this is your flag'))
# ('7H1s_1$_youR_fL46', 20.92481250360578)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flag_gen-0.0.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

flag_gen-0.0.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page