seppl is a protocol and software that adds a new encryption layer for IPv4. It uses symmetric cryptography to secure all the traffic on a network. This implementation works with Linux netfilter/iptables, making it super handy.
One of the cool things about seppl is that it introduces two new netfilter targets: CRYPT and DECRYPT. You can set up firewall rules to encrypt or decrypt incoming and outgoing traffic easily. No need for any extra daemons running in the background; it’s all straightforward!
The seppl software taps into the encryption engine of the Linux Cryptographic API, available from kernel version 2.4.22 and above. It’s mainly aimed at encrypting wireless LANs (a solid fix for outdated WEP encryption) as well as local Ethernet networks, and can even handle larger VPN setups.
The seppl protocol doesn’t work with any other software out there, but it's open and clearly defined. There’s no alternative implementation apart from this one.
If you compare it to CIPE, which is only good for point-to-point connections, or IPSEC/FreeSwan that can be quite tricky to set up, seppl shines as an easy-to-use peer-to-peer solution! It encrypts all outgoing traffic without messing with normal routing behavior.
The setup includes three kernel modules: seppl.o (the key manager), ipt_CRYPT.o, and ipt_DECRYPT.o—both of which depend on seppl.o. To get started, you’ll load seppl.o first. You can manage keys through the file /proc/net/seppl_keyring.
You can use Python scripts like seppl-ls
and seppl-gen-key
. The first lets you see active keys while the second generates new ones right from /dev/urandom! For example, you could create keys named "linus" and "alan" with just a couple of commands:
seppl-gen-key -n linus -x > /proc/net/seppl_keyring
seppl-gen-key -n alan -x > /proc/net/seppl_keyring
This makes your local subnet secure using seppl!. The default cipher used is AES-128 unless stated otherwise.
Go to the Softpas website, press the 'Downloads' button, and pick the app you want to download and install—easy and fast!
SoftPas is your platform for the latest software and technology news, reviews, and guides. Stay up to date with cutting-edge trends in tech and software development.
Subscribe to newsletter
© Copyright 2024, SoftPas, All Rights Reserved.