Keeping in mind the "Latency Numbers Every Programmer Should Know", i.e. network access is expensive.
existing
/not existing
have the same high cost- network access takes a long time
- leak every hash to hashlookup service
Keeping in mind the "Latency Numbers Every Programmer Should Know", i.e. network access is expensive.
existing
/ not existing
have the same high costpackage main | |
import ( | |
"encoding/json" | |
"fyne.io/fyne/v2" | |
"fyne.io/fyne/v2/app" | |
"fyne.io/fyne/v2/data/binding" | |
"fyne.io/fyne/v2/widget" | |
"time" | |
) |
from pyail import PyAIL | |
import sys | |
import json | |
import uuid | |
ail_url = 'https://yourailIP:7000' | |
ail_key = '' | |
source_uuid = "{}".format(uuid.uuid4()) | |
ailfeedertype = "ail_feeder_jabber" | |
try: |
#!/usr/bin/env python3 | |
import sys | |
import string | |
import secrets | |
alphabet = string.ascii_letters + string.digits | |
for arg in sys.argv: | |
with open(arg, "rt") as fin: | |
with open("{}.pwd".format(arg), "wt") as fout: |
I hereby claim:
To claim this, I am signing this object: