TinySSH 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
TinySSH 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
TinySSH 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 Public Domain
开发语言 C/C++
操作系统 Linux
软件类型 开源软件
开源组织
地区 不详
投 递 者 红薯
适用人群 未知
收录时间 2014-05-12

软件简介

TinySSH 是一个小型的 SSH 服务器,使用最先进的 NaCl / TweetNaCl 加密库。基于 CurveCP 提供非常好的数据传输安全性。

特性

  • 易于审计 easy auditable - TinySSH has less than 100000 words of code

  • 无动态内存分配 no dynamic memory allocation - TinySSH has all memory statically allocated (less than 1MB)

  • 配置简单 simple configuration - TinySSH can't be misconfigured

  • 可重用的代码 reusing code - TinySSH is reusing build mechanism from NaCl and libraries from CurveCP implementation

  • 可重用软件 reusing software - TinySSH is using tcpserver/curvecpserver for TCP/CurveCP connection

  • 功能简单单一 limited amount of features - TinySSH doesn't have features such: SSH1 protocol, compression, scp, sftp, ...

  • 不使用老的加密方法 no older cryptographic primitives - rsa, dsa, classic diffie-hellman, md5, sha1, 3des, arcfour, ...

  • 没有版权限制 no copyright restrictions - TinySSH is in the public domain

  • 不依赖 OpenSSL - TinySSH is using NaCl / TweetNaCl

展开阅读全文

评论

点击加入讨论🔥(1) 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
1 评论
89 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部