|
|
# A Base64 encoder/decoder tool.
|
|
|
|
|
|
This Lua script adds a new GUI Menu to Wireshark that allows the user to decode from Base64 format or encode into it.
|
|
|
|
|
|
**Installation** - place in plugins directory - see [Lua Support in Wireshark](https://www.wireshark.org/docs/wsdg_html_chunked/wsluarm.html)
|
|
|
|
|
|
[base64.lua](uploads/e4b950d8fc5b41a3298541dcc0cf3bff/base64.lua)
|
|
|
|
|
|
**Example**: V2lyZXNoYXJrOiBUaGUgd29ybGQncyBtb3N0IHBvcHVsYXIgbmV0d29yayBwcm90b2NvbCBhbmFseXplcg==
|
|
|
|
|
|
 |
|
|
\ No newline at end of file |