Spiped 安全管道守护进程

程序名称:Spiped

授权协议: 未知

操作系统: Linux

开发语言: C/C++

Spiped 介绍

Spiped (发音 “ess-pipe-dee”) is a utility for creating symmetrically encrypted
and authenticated pipes between socket addresses, so that one may connect to
one address (e.g., a UNIX socket on localhost) and transparently have a
connection established to another address (e.g., a UNIX socket on a different
system). This is similar to ‘ssh -L’ functionality, but does not use SSH and
requires a pre-shared symmetric key.

Spiped uses strong and well-understood cryptographic components: The initial
key negotiation is performed using HMAC-SHA256 and an authenticated Diffie-
Hellman key exchange over the standard 2048-bit “group 14”; following the
completion of key negotiation, packets are transmitted encrypted with AES-256
in CTR mode and authenticated using HMAC-SHA256. The simplicity of the code —
about 4000 lines of C code in total, of which under 1000 are specific to
spiped (the rest is library code originating from
kivaloo and
Tarsnap) — makes it unlikely that spiped
has any security vulnerabilities.

On the author’s 2.5 GHz Intel Core 2 laptop, spiped operates at approximately
200 Mbps

Spiped 官网

http://www.tarsnap.com/spiped.html

相关编程语言

IPTraf是一个使用简单的网络状况监视工具。
所谓 rootkit ,是一类入侵者经常使用的工具。这类工...
系统管理员可以利用Health Monitor 去监控网络中的每...
当服务器遭到黑客攻击时,在多数情况下,黑客可能对...
Hobbit是一个基于WEB用于监视系统运行状态和网络信息...
MX4J是Java管理扩展技术的一个开源实现,支持JSR3 (...