Python tools for forensics and crypto
Project description
Py_RHT
Really Helpful Tools for developers
-
- [Really Helpful Tools for developers](#really-helpful-tools-for-developers)
Structure
PY_RHT
|- Crypto: contains functions related to cryptography
|- Forensics: contains forensics funtions
|- Programming: catchall folder for programming tools/file format classes
How to use
pip install Py_RHT
inside your python file then import the module like this:
import Py_RHT as rht
this will then allow you to call all modules included in the package
call funtions like this
rht.(modulename).(methodname)
Every function has a docstring labeling I/O and types
Base module
methods
| name | type | call |
| ------ | -------- | ----- |
| binary | datatype | bin() |
Crypto submodule
Methods
| name | type | call |
| -------- | -------- | --------------------- |
| xor | bitwise | xor() |
| bitshift | bitwise | bitshift() |
| reverse | bitwise | reverse() |
| base64 | encoding | b64_encode()/decode() |
| | | |
Forensics submodule
methods
| name | type | call |
| ---- | ---- | ---- |
| | | |
Programming submodule
methods
| name | type | call |
| ---- | ---- | ---- |
| | | |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_rht-0.0.1.tar.gz.
File metadata
- Download URL: py_rht-0.0.1.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
946283c09afce97a593899484a43c0aa1e9cf5816084e72b112efd3ac96045da
|
|
| MD5 |
6db113e1108730c562ef2d1de1b05196
|
|
| BLAKE2b-256 |
01c2d67920ea0ef7c68e5399869e24171c3b534960c6bb7713b35692fa8dd939
|
File details
Details for the file Py_RHT-0.0.1-py3-none-any.whl.
File metadata
- Download URL: Py_RHT-0.0.1-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90594f728a22a537d8258bff871889ef679c90c0d12634c2e860ef718ad1e546
|
|
| MD5 |
50e00353d27787af7b121da81ce55d0b
|
|
| BLAKE2b-256 |
7db6c8c9ee6dc06f3021cc07e726bce9b5c33feee01d4490c81106487be8c8e9
|