Passive network discovery tool focused on Layer 2 and Layer 3 packets
Passive-Network-Scan-L2/3 is a lightweight, passive network discovery tool that listens on a network interface
in promiscuous mode and collects Layer 2 and Layer 3 signalling (ARP, STP, DHCP,
mDNS, SSDP). It aggregates discovered hosts by MAC address, attempts to
measure passive RTTs for request/response protocols, maintains per-protocol RTT
histories and simple service hints, and can emit structured events and a final
table in JSON or CSV formats.
The safest way to store private data in untrusted (cloud) environments
Naeon is a data encryption and sharding method designed to secure data in potentially untrusted off-site storage locations. It uses AES-256 encryption with a randomly generated passphrase, followed by obfuscation techniques to make the encrypted file unidentifiable. The data is then sharded into one private chunk containing the encryption key and part of the data, and multiple public chunks. Each chunk is renamed using its SHA-512 hash, and all chunks are timestamped equally. A filename...