CZ-NIC / convey

CSV processing and web related data types mutual conversion
GNU General Public License v3.0
17 stars 3 forks source link

proki base64 un/pack #24

Closed e3rd closed 6 years ago

e3rd commented 6 years ago

methods = [("base64", "text") , ... ]

Usecase:

> ./convey.py events.zip --macro-proki-unpack-raw
unzipping...
> I want incident-contact.
From what field?
> from column base64
Unpacked base64 seems to be ip, okay?
> no, it's not always an ip, autodetect
processing rows:
base64 -> text -> autodetected ip -> whois -> incident-contact
base64 -> text -> autodetected mail -> it's ok
e3rd commented 6 years ago

base64 un/packing works great and this use case doesn't seem to be needed as we distribute unpacked base64 in PROKI