Pylibft
Personal python module for my daily usage on CTF/Pentest/Coding
Import
from Pylibft import *
Or by specifying the Functions
from Pylibft import base_convert, bin2hex
Functions
base_convert(number: str, fromBase: int, toBase: int)
Same as the PHP function, return a string containing number represented in base toBase.
bin2hex(string: str)
Same as the PHP function, return string containing the hexadecimal representation of string.
hex2bin(string: str)
Same as the PHP function, decode a hexadecimally encoded binary string.
print_message(message: str, type: str)
Pretty print with color and type of message.
Release files for Pylibft 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Pylibft-0.0.3.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Pylibft-0.0.3-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 6.9 kB
Release files / Pylibft-0.0.3.tar.gz
| Download URL | Pylibft-0.0.3.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2fc39c360c499388146643d87c55e06237f158e4569d4f64070d2e456e3a4927
|
|
BLAKE2b-256 checksum How to use checksums |
8ab05340fd3fb599667f6e1a4156dbc243113b874d0b4db3d623941cf94fd4a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.2
|
Release files / Pylibft-0.0.3-py2-none-any.whl
| Download URL | Pylibft-0.0.3-py2-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
9f73573ab7a3322234d67272430e459b92dc22814c1fa46b6ed4a19a7eeea789
|
|
BLAKE2b-256 checksum How to use checksums |
268b95b09b88745870a7a70c56430ceea1b769ef0aaf63d6582eb916bd64e9ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.2
|