base64 Steganography
Project description
b64steg
base64 Steganography, support by python3.
支持python3的base64隐写库。
author: Mz1
email: mzi_mzi@163.com
Installment
pip install b64steg
Usage
import b64steg
s = '''5rGJ55qH6YeN6Imy5oCd5YC+5Zu9LOW+oeWuh+WkmuW5tOaxguS4jeW+l+OAgk==
5p2o5a625pyJ5aWz5Yid6ZW/5oiQLOWFu+WcqOa3semXuuS6uuacquivhuOAgt==
5aSp55Sf5Li96LSo6Zq+6Ieq5byDLOS4gOacnemAieWcqOWQm+eOi+S+p+OAgn==
5Zue55y45LiA56yR55m+5aqa55SfLOWFreWuq+eyiem7m+aXoOminOiJsuOAgq==
5pil5a+S6LWQ5rW05Y2O5riF5rGgLOa4qeazieawtOa7kea0l+WHneiEguOAgj==
5L6N5YS/5om26LW35aiH5peg5YqbLOWni+aYr+aWsOaJv+aBqeazveaXtuOAgh==
'''
# decrypt example
# base64 strings split by '\n'
print(b64steg.decry(s))
# encrypt example
# type of argv is bytes
print(b64steg.encry('whoami'.encode()))
# you can also use your text to take place of 《长恨歌》
# or use other base64 table.
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
b64steg-1.0.0.tar.gz
(9.3 kB
view details)
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 b64steg-1.0.0.tar.gz.
File metadata
- Download URL: b64steg-1.0.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09a845d0b59ff537698223dbef642996e3fcd88c9a5bb3d5219a8dc763406273
|
|
| MD5 |
342a13bc2b8e453ca9ba2ffb7a29a54a
|
|
| BLAKE2b-256 |
a770dd30e539b05a6e3c8bb5a6a4b008b1eb98b925ab981e5d19576a50f6f6e9
|
File details
Details for the file b64steg-1.0.0-py3-none-any.whl.
File metadata
- Download URL: b64steg-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8759e0bcd4273d87fcb20b38adb0ae0bf5e2c380e4e6ed410f1f825725c7eed4
|
|
| MD5 |
13ebed814151fac1be18fa531d4a9c71
|
|
| BLAKE2b-256 |
32ad2bec9b6d7252737e970c47f495fd76c13b72bdf73cccbf10444bec24153a
|